소스 검색

fix: 采购退货问题

liujt 3 일 전
부모
커밋
9388736550
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      src/views/bpm/outgoingManagement/outbound.vue

+ 5 - 2
src/views/bpm/outgoingManagement/outbound.vue

@@ -733,8 +733,11 @@
       this.getFieldModel();
       this.getListItems();
       this.initDeptData().then(() => {
-        console.log('created~~~~~~~~~~11111111111111111111111111111111')
-        this.initFormData();
+        
+        if(this.bizType != 10) {
+          console.log('created~~~~~~~~~~11111111111111111111111111111111')
+          this.initFormData();
+        }
         this.getNowFormatDate();
       });
     },