Quellcode durchsuchen

fix: 采购退货问题

liujt vor 3 Tagen
Ursprung
Commit
9388736550
1 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  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();
       });
     },