diff --git a/src/views/customerManagement/customerInformation/customerInformation.vue b/src/views/customerManagement/customerInformation/customerInformation.vue index cb9bb9f..a4a2d2b 100644 --- a/src/views/customerManagement/customerInformation/customerInformation.vue +++ b/src/views/customerManagement/customerInformation/customerInformation.vue @@ -203,8 +203,9 @@ export default { name: '', remindStartDay: '', remindEndtDay: '', - useOrgSid: '', - createOrgSid: '' + userSid: '', + menuUrl: '', + orgPath: '' }, total: 0 } @@ -289,8 +290,9 @@ export default { // 查询列表信息 getList() { this.listLoading = true - this.listQuery.params.useOrgSid = window.sessionStorage.getItem('defaultDeptSid') - this.listQuery.params.createOrgSid = window.sessionStorage.getItem('orgSid') + this.queryParams.params.userSid = window.sessionStorage.getItem('userSid') + this.queryParams.params.orgPath = window.sessionStorage.getItem('orgSidPath') + this.queryParams.params.menuUrl = this.$route.path req.listPage(this.listQuery).then((response) => { this.listLoading = false if (response.success) { @@ -319,8 +321,9 @@ export default { name: '', remindStartDay: '', remindEndtDay: '', - useOrgSid: '', - createOrgSid: '' + userSid: '', + menuUrl: '', + orgPath: '' }, total: 0 }