处理usermodal上级责任部门控件错误,添加日志(未完成)
This commit is contained in:
@@ -115,9 +115,8 @@ export default {
|
||||
this.textVals = textVals
|
||||
},
|
||||
//返回选中的部门信息
|
||||
backDeparInfo(){
|
||||
backDepartInfo(){
|
||||
if(this.backDepart===true){
|
||||
|
||||
if(this.storeVals && this.storeVals.length>0){
|
||||
let arr1 = this.storeVals.split(',')
|
||||
let arr2 = this.textVals.split(',')
|
||||
@@ -150,7 +149,7 @@ export default {
|
||||
this.textVals = arr2.join(',')
|
||||
}
|
||||
this.$emit("change", this.storeVals)
|
||||
this.backDeparInfo()
|
||||
this.backDepartInfo()
|
||||
},
|
||||
getDepartNames(){
|
||||
return this.departNames
|
||||
|
||||
Reference in New Issue
Block a user