46beffe8 by jiaozeping@pashanhoo.com

123

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