救援中的状态才有展示司机位置按钮
This commit is contained in:
@ -100,7 +100,9 @@ export default {
|
||||
this.orderCode=urlParams.get('orderCode');
|
||||
this.taskOrderId=urlParams.get('taskOrderId') ? urlParams.get('taskOrderId') : '';
|
||||
await this.getDetail();
|
||||
await this.getDriverPoi();
|
||||
if(this.queryType === 5){
|
||||
await this.getDriverPoi();
|
||||
}
|
||||
// this.initMap();
|
||||
this.$nextTick(() => {
|
||||
this.initMap();
|
||||
|
Reference in New Issue
Block a user