commit
This commit is contained in:
@@ -162,6 +162,11 @@
|
||||
this.nodeList2.splice(b, 1)
|
||||
}
|
||||
}
|
||||
for (let c = 0; c < this.roleList.length; c++) {
|
||||
if (tag.id === this.roleList[c].id) {
|
||||
this.roleList.splice(c, 1)
|
||||
}
|
||||
}
|
||||
},
|
||||
handleCloseAll () {
|
||||
this.$msgbox({
|
||||
|
||||
Reference in New Issue
Block a user