b34a370e by jiaozeping@pashanhoo.com

123

1 parent 4caedd4f
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
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 addjtfc from "../components/addjtfc.vue"; 61 import addjtfc from "./components/addjtfc.vue";
62 export default { 62 export default {
63 name: "jtfc", 63 name: "jtfc",
64 components: { addjtfc }, 64 components: { addjtfc },
......