|
@@ -165,6 +165,8 @@ export default {
|
|
|
this.tableSelectData = val
|
|
|
},
|
|
|
onConfirm () {
|
|
|
+ this.params.content.where.condition = ''
|
|
|
+ console.log(this.params.content.where.condition)
|
|
|
this.$emit('onConfirm',this.tableSelectData)
|
|
|
this.tableSelectData.forEach(v => {
|
|
|
this.tableData.splice(this.tableData.findIndex(j => j.itemid == v.itemid),1)
|