|
@ -1106,7 +1106,7 @@ export default { |
|
|
} else { |
|
|
} else { |
|
|
this.isQuit = true |
|
|
this.isQuit = true |
|
|
} |
|
|
} |
|
|
this.orgName_list = data.sysStaffOrg.orgSid |
|
|
this.orgName_list = data.sysStaffOrg.orgSidPath.split('/') |
|
|
let bb = {} |
|
|
let bb = {} |
|
|
this.postSid_list.forEach((e) => { |
|
|
this.postSid_list.forEach((e) => { |
|
|
if (e.sid === data.sysStaffPost.postSid) { |
|
|
if (e.sid === data.sysStaffPost.postSid) { |
|
|