This commit is contained in:
zhutianqi
2022-03-15 15:28:29 +08:00
parent f20882666c
commit 5513983954
8 changed files with 77 additions and 117 deletions
-1
View File
@@ -49,7 +49,6 @@
<el-button class="common-button-primary" size="mini" icon="el-icon-check" type="primary" @click="saveUserInfo">
确定
</el-button>
<el-button class="common-button-default" size="mini" icon="el-icon-close" @click="handleTreeDrawerCancel">取消
</el-button>
</div>
+5
View File
@@ -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({