|
|
@ -223,7 +223,8 @@ export default { |
|
|
|
openTickUnitName: '', |
|
|
|
saleTypeKey: '', |
|
|
|
useOrgSid: '', |
|
|
|
menuUrl: '' |
|
|
|
menuUrl: '', |
|
|
|
orgPath: '' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -323,6 +324,7 @@ export default { |
|
|
|
this.listLoading = true |
|
|
|
this.listQuery.params.createBySid = window.sessionStorage.getItem('userSid') |
|
|
|
this.listQuery.params.menuUrl = this.$route.path |
|
|
|
this.listQuery.params.orgPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
listPage(this.listQuery).then(response => { |
|
|
|
this.listLoading = false |
|
|
|
if (response.success) { |
|
|
@ -357,7 +359,8 @@ export default { |
|
|
|
openTickUnitName: '', |
|
|
|
saleTypeKey: '', |
|
|
|
useOrgSid: '', |
|
|
|
menuUrl: '' |
|
|
|
menuUrl: '', |
|
|
|
orgPath: '' |
|
|
|
} |
|
|
|
} |
|
|
|
this.init() |
|
|
|