|
|
@ -190,7 +190,7 @@ export default { |
|
|
|
getList() { |
|
|
|
this.listLoading = true |
|
|
|
this.listQuery.params.orgPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
this.listQuery.params.createBySid = window.sessionStorage.getItem('staffSid') |
|
|
|
this.listQuery.params.createBySid = window.sessionStorage.getItem('userSid') |
|
|
|
this.listQuery.params.menuUrl = this.$route.path |
|
|
|
customerBillDetailedListPage(this.listQuery).then((response) => { |
|
|
|
this.listLoading = false |
|
|
|