002201 2 жил өмнө
parent
commit
c8ffa00cf3

+ 1 - 1
src/views/purchase/contract/add/index.vue

@@ -20,7 +20,7 @@ export default {
   },
   computed: {},
   watch: {
-    "params.contractType": watchContractType(),
+    // "params.contractType": watchContractType(),
   },
   methods: {
     async fetchCode() {

+ 1 - 1
src/views/purchase/contract/edit/index.vue

@@ -26,7 +26,7 @@ export default {
     },
   },
   watch: {
-    "params.contractType": watchContractType(),
+    // "params.contractType": watchContractType(),
   },
   methods: {
     async fetchRefer(prop, type, source) {

+ 1 - 1
src/views/purchase/contract/record/index.vue

@@ -20,7 +20,7 @@ export default {
   },
   computed: {},
   watch: {
-    "params.contractType": watchContractType(),
+    // "params.contractType": watchContractType(),
   },
   methods: {
     async fetchCode() {