style:弹框
Showing
1 changed file
with
4 additions
and
9 deletions
... | @@ -38,9 +38,9 @@ | ... | @@ -38,9 +38,9 @@ |
38 | <script> | 38 | <script> |
39 | import { mapGetters } from "vuex"; | 39 | import { mapGetters } from "vuex"; |
40 | import table from "@/utils/mixin/table"; | 40 | import table from "@/utils/mixin/table"; |
41 | import { popupDialog } from "@/utils/popup.js"; | ||
41 | import { datas, sendThis } from "./dydjbdata"; | 42 | import { datas, sendThis } from "./dydjbdata"; |
42 | import { getJtfcPage } from "@/api/sqcx"; | 43 | import { getJtfcPage } from "@/api/sqcx"; |
43 | |||
44 | export default { | 44 | export default { |
45 | name: "dydjb", | 45 | name: "dydjb", |
46 | mixins: [table], | 46 | mixins: [table], |
... | @@ -78,14 +78,9 @@ export default { | ... | @@ -78,14 +78,9 @@ export default { |
78 | }); | 78 | }); |
79 | }, | 79 | }, |
80 | dydjbClick (scope) { | 80 | dydjbClick (scope) { |
81 | this.$popup("打印登记薄", "sqcx/dydjb/components/dydjbInfo", { | 81 | popupDialog("打印登记薄", "sqcx/dydjb/components/dydjbInfo", { |
82 | height: "800px", | 82 | sqcxdata: scope.row, |
83 | formData: { | 83 | }) |
84 | sqcxdata: scope.row, | ||
85 | }, | ||
86 | cancel: function () { }, //取消事件的回调 | ||
87 | confirm: function () { }, | ||
88 | }); | ||
89 | }, | 84 | }, |
90 | handleSort (name, sort) { | 85 | handleSort (name, sort) { |
91 | console.log(name, sort); | 86 | console.log(name, sort); | ... | ... |
-
Please register or sign in to post a comment