Browse Source

完善客户管理

master
yunuo970428 10 months ago
parent
commit
86d69689ec
  1. 15
      src/views/customerManagement/customerInformation/customerInformation.vue

15
src/views/customerManagement/customerInformation/customerInformation.vue

@ -203,8 +203,9 @@ export default {
name: '', name: '',
remindStartDay: '', remindStartDay: '',
remindEndtDay: '', remindEndtDay: '',
useOrgSid: '', userSid: '',
createOrgSid: '' menuUrl: '',
orgPath: ''
}, },
total: 0 total: 0
} }
@ -289,8 +290,9 @@ export default {
// //
getList() { getList() {
this.listLoading = true this.listLoading = true
this.listQuery.params.useOrgSid = window.sessionStorage.getItem('defaultDeptSid') this.queryParams.params.userSid = window.sessionStorage.getItem('userSid')
this.listQuery.params.createOrgSid = window.sessionStorage.getItem('orgSid') this.queryParams.params.orgPath = window.sessionStorage.getItem('orgSidPath')
this.queryParams.params.menuUrl = this.$route.path
req.listPage(this.listQuery).then((response) => { req.listPage(this.listQuery).then((response) => {
this.listLoading = false this.listLoading = false
if (response.success) { if (response.success) {
@ -319,8 +321,9 @@ export default {
name: '', name: '',
remindStartDay: '', remindStartDay: '',
remindEndtDay: '', remindEndtDay: '',
useOrgSid: '', userSid: '',
createOrgSid: '' menuUrl: '',
orgPath: ''
}, },
total: 0 total: 0
} }

Loading…
Cancel
Save