From a3fd0d6f46f675d59a8e9553f07b0ceb00292e59 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 22 Dec 2025 19:51:08 +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=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E6=98=AF=E4=B8=BB=E8=B4=A6=E5=8F=B7=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mine/personList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mine/personList.vue b/src/views/mine/personList.vue index 444ee9c0..d35afc76 100644 --- a/src/views/mine/personList.vue +++ b/src/views/mine/personList.vue @@ -110,7 +110,7 @@ export default { const urlParams = new URLSearchParams(window.location.search); this.id=this.$route.query.id || urlParams.get('id'); this.supplierId=this.$route.query.supplierId || urlParams.get('supplierId'); - this.supplierId=1128 + // this.supplierId=1128 console.log('1111',this.supplierId) await this.getPersonList() },