Merge branch 'develop' into FOTON

This commit is contained in:
Superman_Main
2021-11-22 10:01:43 +08:00
7 changed files with 7 additions and 14 deletions
+1 -4
View File
@@ -135,10 +135,7 @@
this.isVisible2 = false
},
saveUserInfo () {
if (this.nodeList[0].length === 0) {
this.isVisible2 = false
this.$emit('checkedRole', this.roleList)
} else if (this.nodeList.length > 0) {
if (this.nodeList.length > 0 && this.nodeList[0].length !== 0) {
let ids = ''
this.nodeList.forEach(item => {
if (ids.length > 0) {