|
|
@ -161,7 +161,7 @@ export default { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
init() { |
|
|
|
selectOrgByLevel({ orgSidPath: window.sessionStorage.getItem('orgSidPath') }).then((resp) => { |
|
|
|
selectOrgByLevel({ orgSidPath: window.sessionStorage.getItem('defauleOrgPath') }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.org_list = resp.data |
|
|
|
} |
|
|
@ -209,7 +209,7 @@ export default { |
|
|
|
// 查询列表信息 |
|
|
|
getList() { |
|
|
|
this.listLoading = true |
|
|
|
this.listQuery.params.orgSidPath = window.sessionStorage.getItem('orgSidPath') |
|
|
|
this.listQuery.params.orgSidPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
req.listPage(this.listQuery).then((response) => { |
|
|
|
this.listLoading = false |
|
|
|
if (response.success) { |
|
|
|