【fix】修复引用缺失导致的bug
【fix】【用户管理】选择部门和上级以后,负责部门没有数据可选
This commit is contained in:
@@ -117,7 +117,8 @@ export default {
|
||||
//返回选中的部门信息
|
||||
backDeparInfo(){
|
||||
if(this.backDepart===true){
|
||||
if(this.departIds && this.departIds.length>0){
|
||||
|
||||
if(this.storeVals && this.storeVals.length>0){
|
||||
let arr1 = this.storeVals.split(',')
|
||||
let arr2 = this.textVals.split(',')
|
||||
let info = []
|
||||
|
||||
Reference in New Issue
Block a user