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