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=[]