【fix 66437】解决选择用户back事件无效的问题
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
||||
this.textVals = textVals
|
||||
},
|
||||
// 返回选中的用户信息
|
||||
backDeparInfo () {
|
||||
backUserInfo () {
|
||||
if (this.backUser === true) {
|
||||
if (this.storeVals && this.storeVals.length > 0) {
|
||||
const arr1 = this.storeVals.split(',')
|
||||
@@ -135,6 +135,7 @@ export default {
|
||||
this.textVals = temp2.join(',')
|
||||
}
|
||||
this.$emit('change', this.storeVals)
|
||||
this.backUserInfo()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user