CRM_25-10-15#story#7339,服务商在APP中查看救援相关资料内容优化
This commit is contained in:
@ -90,6 +90,7 @@ export default {
|
||||
totalList:[],
|
||||
numInfo:'',
|
||||
keyword:'',
|
||||
serviceTypeName:'',
|
||||
show:false,
|
||||
showEmpty:false,
|
||||
isLoading:false,
|
||||
@ -102,6 +103,7 @@ export default {
|
||||
this.driverId = urlParams.get('driverId');
|
||||
this.time=timeFormat(Date.now())
|
||||
this.keyword=urlParams.get('keyword') || ''
|
||||
this.serviceTypeName=urlParams.get('serviceTypeName') || ''
|
||||
this.getTrainingList();
|
||||
document.addEventListener('visibilitychange', async ( ) => {
|
||||
let state = document.visibilityState
|
||||
@ -129,6 +131,7 @@ export default {
|
||||
type:1,
|
||||
id:this.driverId,
|
||||
text:this.keyword || '',
|
||||
serviceTypeName:this.serviceTypeName || ''
|
||||
})
|
||||
this.totalList=[]
|
||||
this.pageList=[]
|
||||
|
||||
Reference in New Issue
Block a user