123
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -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); | ... | ... |
-
Please register or sign in to post a comment