task#15348,司机app样式
This commit is contained in:
@ -96,11 +96,10 @@ export default {
|
|||||||
driverId:this.driverId,//79639
|
driverId:this.driverId,//79639
|
||||||
})
|
})
|
||||||
this.pageList=res.data?.list;
|
this.pageList=res.data?.list;
|
||||||
if(res.assessState === 0){
|
if(res.data.assessState == 0){
|
||||||
this.isFinished=false
|
this.isFinished=false
|
||||||
}else {
|
}else {
|
||||||
this.isFinished=true
|
this.isFinished=true //是否完成
|
||||||
|
|
||||||
}
|
}
|
||||||
if(this.pageList?.length === 0){
|
if(this.pageList?.length === 0){
|
||||||
this.showEmpty = true
|
this.showEmpty = true
|
||||||
|
Reference in New Issue
Block a user