@@ -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();
});
},