|
|
@ -161,7 +161,7 @@ export default { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
init() { |
|
|
|
selectOrgByLevel({ orgSidPath: window.sessionStorage.getItem('defauleOrgPath') }).then((resp) => { |
|
|
|
selectOrgByLevel({ orgSidPath: window.sessionStorage.getItem('defaultOrgPath') }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.org_list = resp.data |
|
|
|
} |
|
|
|