【fix 66437】解决选择用户back事件无效的问题

This commit is contained in:
danshihao
2023-03-09 13:51:03 +08:00
parent 99a0da159f
commit d3bca31841
@@ -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()
}
}
}