|
@@ -1129,6 +1129,10 @@ export default {
|
|
console.log(this.currentCollapses)
|
|
console.log(this.currentCollapses)
|
|
console.log('checkList')
|
|
console.log('checkList')
|
|
console.log(this.checkList)
|
|
console.log(this.checkList)
|
|
|
|
+ if (this.checkList.length==0){
|
|
|
|
+ this.$message.warning("请选择需要修改的施工信息")
|
|
|
|
+ return
|
|
|
|
+ }
|
|
const intersection = this.currentCollapses.filter(value => this.checkList.includes(value.id));
|
|
const intersection = this.currentCollapses.filter(value => this.checkList.includes(value.id));
|
|
this.$emit('updateNodeOption',intersection)
|
|
this.$emit('updateNodeOption',intersection)
|
|
},
|
|
},
|