123
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 }, | ... | ... |
-
Please register or sign in to post a comment