liujt vor 3 Tagen
Ursprung
Commit
3d65234494

+ 1 - 0
src/views/bpm/handleTask/components/purchaseOrder/returnGoods/detailDialog.vue

@@ -503,6 +503,7 @@
           this.detailData = data;
           this.form = data;
           this.$nextTick(() => {
+            console.log('nextTick~~~~~~~~~~22222222222222222222222222')
             this.$refs.add?.initFormData();
             this.$refs.outgoingDetai?._getInfo(data.returnNo);
           });

+ 1 - 0
src/views/bpm/outgoingManagement/outbound.vue

@@ -733,6 +733,7 @@
       this.getFieldModel();
       this.getListItems();
       this.initDeptData().then(() => {
+        console.log('created~~~~~~~~~~11111111111111111111111111111111')
         this.initFormData();
         this.getNowFormatDate();
       });