002201 преди 2 години
родител
ревизия
c8ffa00cf3
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/views/purchase/contract/add/index.vue
  2. 1 1
      src/views/purchase/contract/edit/index.vue
  3. 1 1
      src/views/purchase/contract/record/index.vue

+ 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() {