|
|
@@ -210,6 +210,7 @@ export default {
|
|
|
this.params.content.where.condition = ''
|
|
|
this.$emit('onConfirm',this.tableSelectData,true)
|
|
|
this.tableSelectData = []
|
|
|
+ this.listData()
|
|
|
/* this.tableSelectData.forEach(v => {
|
|
|
this.tableData.splice(this.tableData.findIndex(j => j.itemid == v.itemid),1)
|
|
|
})*/
|