commit
This commit is contained in:
@@ -124,6 +124,26 @@
|
||||
this.isVisible2 = false
|
||||
},
|
||||
saveUserInfo () {
|
||||
if (this.nodeList.length) {
|
||||
let ids = ''
|
||||
this.nodeList.forEach(item => {
|
||||
if (ids.length > 0) {
|
||||
ids += ','
|
||||
ids += item
|
||||
} else {
|
||||
ids = item
|
||||
}
|
||||
})
|
||||
let oldList = []
|
||||
this.$http.get('SarInstitution/institution/getNextById', {
|
||||
ids: ids
|
||||
}, {
|
||||
_this: this
|
||||
}, res => {
|
||||
oldList = res
|
||||
})
|
||||
} else {
|
||||
}
|
||||
this.isVisible2 = false
|
||||
this.$emit('checkedRole', this.roleList)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user