소스 검색

2022-03-03 22:00

王克恕 3 년 전
부모
커밋
27da0d3463
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/draftOrder/components/Edit.vue

+ 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()
       }