CRM_25-10-15#story#7339,服务商在APP中查看救援相关资料内容优化

This commit is contained in:
2025-10-15 16:28:41 +08:00
parent baa9a9c273
commit aeb011efbe

View File

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