Ver Fonte

2022-03-03 22:00

王克恕 há 3 anos atrás
pai
commit
27da0d3463

+ 2 - 0
imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/draftOrder/components/Edit.vue

@@ -381,6 +381,8 @@ export default {
         return this.dialogVisible
       },
       set () {
+      	// 清空数据
+      	this.tableData = [];
         this.close()
         this.reset()
       }