diff --git a/fe/PC/public/version.json b/fe/PC/public/version.json index 575f2d01f..74ca106c0 100644 --- a/fe/PC/public/version.json +++ b/fe/PC/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.71" + "version": "1.0.72" } \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue index d08af33dd..d35488fa2 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue @@ -166,7 +166,9 @@ export default { item.hasChildren = true } }) - resolve(tree.reportErpLocationSerialDtos) + setTimeout(()=>{ + resolve(tree.reportErpLocationSerialDtos) + },0) } // 点击第二层 if(tree.reportLocationSerialDtos && tree.reportLocationSerialDtos.length > 0){ @@ -176,7 +178,9 @@ export default { item.hasChildren = true } }) - resolve(tree.reportLocationSerialDtos) + setTimeout(()=>{ + resolve(tree.reportLocationSerialDtos) + },0) } // 点击第三层 if(tree.reportTransactionSerialDtos && tree.reportTransactionSerialDtos.length > 0){ @@ -187,7 +191,9 @@ export default { item.enumTransType_zh = this.getStatusZH(item.enumTransType,'TransTypeBase') item.enumTransSubType_zh = this.getStatusZH(item.enumTransSubType,'transSubType') }) - resolve(tree.reportTransactionSerialDtos) + setTimeout(()=>{ + resolve(tree.reportTransactionSerialDtos) + },0) } }, // 格式化时间