From 7e73da59ebe802912b64360835a8aed3a1c7ac96 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 19 Dec 2025 14:16:12 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mine/personList.vue b/src/views/mine/personList.vue index f00f9504..58ae079b 100644 --- a/src/views/mine/personList.vue +++ b/src/views/mine/personList.vue @@ -114,7 +114,7 @@ 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=this.$route.query.supplierId || urlParams.get('supplierId'); await this.getPersonList() }, methods:{