Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
宋伟佳
2021-11-22 09:51:06 +08:00
+4 -1
View File
@@ -135,7 +135,10 @@
this.isVisible2 = false
},
saveUserInfo () {
if (this.nodeList.length > 0) {
if (this.nodeList[0].length === 0) {
this.isVisible2 = false
this.$emit('checkedRole', this.roleList)
} else if (this.nodeList.length > 0) {
let ids = ''
this.nodeList.forEach(item => {
if (ids.length > 0) {