完善客户管理
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user