From b513d7922a61369718e23eb1d3fb9e9e6df4216a Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 15 Oct 2025 16:28:41 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F25-10-15#story#7339,=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=95=86=E5=9C=A8APP=E4=B8=AD=E6=9F=A5=E7=9C=8B=E6=95=91?= =?UTF-8?q?=E6=8F=B4=E7=9B=B8=E5=85=B3=E8=B5=84=E6=96=99=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/documentView/docmentList.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/documentView/docmentList.vue b/src/views/documentView/docmentList.vue index 2786311b..2316f0ec 100644 --- a/src/views/documentView/docmentList.vue +++ b/src/views/documentView/docmentList.vue @@ -94,6 +94,7 @@ export default { showEmpty:false, supplierId:'', driverId:'', + serviceTypeName:'', } }, mounted() { @@ -103,6 +104,7 @@ export default { if(this.driverId){ this.keyword=urlParams.get('keyword') || '' } + this.serviceTypeName=urlParams.get('serviceTypeName') || '' this.getNormalList() }, methods:{ @@ -128,6 +130,7 @@ export default { type:this.supplierId ? 2 : 1, id: this.supplierId ? this.supplierId : this.driverId, text:this.keyword || '', + serviceTypeName:this.serviceTypeName || '' }) this.totalList=res.data.list let result=[]