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