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