|
@@ -2,11 +2,11 @@
|
|
|
import Column from "../add/column";
|
|
|
import useData from "../hooks/data";
|
|
|
import useDicts from "../hooks/dicts";
|
|
|
-import useWatch from "../hooks/watch";
|
|
|
+
|
|
|
import { initParams } from "@/utils/init";
|
|
|
import { REFER } from "@/components/popover-select/api";
|
|
|
import { EDIT, ITEM, TABLE } from "@/api/business/purchase/contract";
|
|
|
-const { watchContractType } = useWatch();
|
|
|
+
|
|
|
|
|
|
export default {
|
|
|
name: "EditDrawer",
|
|
@@ -26,7 +26,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
watch: {
|
|
|
- // "params.contractType": watchContractType(),
|
|
|
+
|
|
|
},
|
|
|
methods: {
|
|
|
async fetchRefer(prop, type, source) {
|