46beffe8 by jiaozeping@pashanhoo.com

123

1 parent 7439149d
...@@ -58,10 +58,10 @@ ...@@ -58,10 +58,10 @@
58 import table from "@/utils/mixin/table"; 58 import table from "@/utils/mixin/table";
59 import { datas, sendThis } from "./jtfcdata"; 59 import { datas, sendThis } from "./jtfcdata";
60 import { getJtfcPage } from "@/api/jtfc"; 60 import { getJtfcPage } from "@/api/jtfc";
61 import editDialog from "../components/editDialog.vue"; 61 import addjtfc from "../components/addjtfc.vue";
62 export default { 62 export default {
63 name: "jtfc", 63 name: "jtfc",
64 components: { editDialog }, 64 components: { addjtfc },
65 mixins: [table], 65 mixins: [table],
66 mounted() { 66 mounted() {
67 sendThis(this); 67 sendThis(this);
......