完善客户管理

This commit is contained in:
2024-08-05 15:05:33 +08:00
parent 6eeb0e5e63
commit 7178424211

View File

@@ -290,9 +290,9 @@ export default {
// 查询列表信息
getList() {
this.listLoading = true
this.queryParams.params.userSid = window.sessionStorage.getItem('userSid')
this.queryParams.params.orgPath = window.sessionStorage.getItem('orgSidPath')
this.queryParams.params.menuUrl = this.$route.path
this.listQuery.params.userSid = window.sessionStorage.getItem('userSid')
this.listQuery.params.orgPath = window.sessionStorage.getItem('orgSidPath')
this.listQuery.params.menuUrl = this.$route.path
req.listPage(this.listQuery).then((response) => {
this.listLoading = false
if (response.success) {