From 7178424211991b9fff336b15e54dfc69ec15d9d9 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 5 Aug 2024 15:05:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=AE=A2=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerInformation/customerInformation.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/customerManagement/customerInformation/customerInformation.vue b/src/views/customerManagement/customerInformation/customerInformation.vue index a4a2d2b..a3b5e3d 100644 --- a/src/views/customerManagement/customerInformation/customerInformation.vue +++ b/src/views/customerManagement/customerInformation/customerInformation.vue @@ -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) {