Browse Source

fix: console

liujt 5 ngày trước cách đây
mục cha
commit
490e9b67f9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/bpm/outgoingManagement/outbound.vue

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

@@ -860,7 +860,7 @@
       },
       detailData(data, dimension) {
         this.dimension = dimension;
-
+        console.log(this.formData.outInDetailList, data, 'outInDetailList~~~~~');
         const mergedData = [...(this.formData.outInDetailList || []), ...data];
         this.formData.outInDetailList = mergedData;