|
|
@ -187,7 +187,7 @@ export default { |
|
|
|
// 查询列表信息 |
|
|
|
getList() { |
|
|
|
this.listLoading = true |
|
|
|
this.listQuery.params.orgSidPath = window.sessionStorage.getItem('orgSidPath') |
|
|
|
this.listQuery.params.orgSidPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
pagerList(this.listQuery).then((response) => { |
|
|
|
this.listLoading = false |
|
|
|
if (response.success) { |
|
|
|