This commit is contained in:
zhutianqi
2022-03-11 15:28:56 +08:00
parent 56c66df969
commit 1002813d15
+2
View File
@@ -173,6 +173,7 @@
}).then(() => { }).then(() => {
this.delList = [] this.delList = []
this.nodeList2 = [] this.nodeList2 = []
this.roleList = []
this.$refs.tree.setCheckedKeys([]); this.$refs.tree.setCheckedKeys([]);
}).catch(() => { }).catch(() => {
this.$message({ this.$message({
@@ -370,6 +371,7 @@
flex-wrap: wrap; flex-wrap: wrap;
overflow: auto; overflow: auto;
margin: 10px; margin: 10px;
align-content: flex-start;
span { span {
margin: 0px 5px 5px 0; margin: 0px 5px 5px 0;
} }