|
|
@ -492,7 +492,7 @@ export default { |
|
|
|
this.listLoading = true |
|
|
|
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.listQuery.params.useOrgSid = res.data.sid |
|
|
|
this.listQuery.params.useOrgSid = res.data |
|
|
|
pagerList(this.listQuery).then((response) => { |
|
|
|
this.listLoading = false |
|
|
|
if ( |
|
|
|