From e8e023b07faf43b7c922968c46114c103922112e Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 22 Mar 2023 15:16:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=BD=A6=E8=BE=86=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cheliangtaizhang/relation/cheliangtaizhangChu.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/cheliangtaizhangChu.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/cheliangtaizhangChu.vue index 3430b7c17c..ff2b13bb3b 100644 --- a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/cheliangtaizhangChu.vue +++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/cheliangtaizhangChu.vue @@ -389,7 +389,7 @@ export default { changeStaff(value) { const choosetItem = this.staff_list.filter((item) => item.staffName === value) this.temp.staffSid = choosetItem[0].staffSid - selectCustomerList({ staffSid: this.temp.staffSid, userSid: window.sessionStorage.getItem('userSid'), orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((resp) => { + selectCustomerList({ staffSid: this.temp.staffSid, userSid: '', orgPath: '' }).then((resp) => { if (resp.success) { this.customer_list = resp.data } @@ -487,7 +487,7 @@ export default { this.staff_list = choosetItem[0].staffinfoVoList } }) - selectCustomerList({ staffSid: this.temp.staffSid, userSid: window.sessionStorage.getItem('userSid'), orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((resp) => { + selectCustomerList({ staffSid: this.temp.staffSid, userSid: '', orgPath: '' }).then((resp) => { if (resp.success) { this.customer_list = resp.data }