From 4eb791c9c64a6b058693cac0138fcd5940d24487 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 22 Dec 2025 13:08:25 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F25-12-23#story#7473,=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=95=86=E7=B3=BB=E7=BB=9F=E3=80=81=E8=B0=83=E5=BA=A6APP?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9C=8D=E5=8A=A1=E5=95=86=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mine/personList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/mine/personList.vue b/src/views/mine/personList.vue index ba3ac544..ba6a3bd4 100644 --- a/src/views/mine/personList.vue +++ b/src/views/mine/personList.vue @@ -108,8 +108,8 @@ export default { // console.log('isWebFunc()',this.isWebFunc()) const urlParams = new URLSearchParams(window.location.search); this.id=this.$route.query.id || urlParams.get('id'); - // this.supplierId=1128 && this.$route.query.supplierId || urlParams.get('supplierId'); - this.supplierId=1128 + this.supplierId=this.$route.query.supplierId || urlParams.get('supplierId'); + // this.supplierId=1128 console.log('1111',this.supplierId) await this.getPersonList() },