3585182a by 任超

style:弹框

1 parent d7100f93
......@@ -38,9 +38,9 @@
<script>
import { mapGetters } from "vuex";
import table from "@/utils/mixin/table";
import { popupDialog } from "@/utils/popup.js";
import { datas, sendThis } from "./dydjbdata";
import { getJtfcPage } from "@/api/sqcx";
export default {
name: "dydjb",
mixins: [table],
......@@ -78,14 +78,9 @@ export default {
});
},
dydjbClick (scope) {
this.$popup("打印登记薄", "sqcx/dydjb/components/dydjbInfo", {
height: "800px",
formData: {
popupDialog("打印登记薄", "sqcx/dydjb/components/dydjbInfo", {
sqcxdata: scope.row,
},
cancel: function () { }, //取消事件的回调
confirm: function () { },
});
})
},
handleSort (name, sort) {
console.log(name, sort);
......