修改
This commit is contained in:
parent
883e15d082
commit
de74a87b1a
@ -48,7 +48,7 @@
|
||||
{{item.serviceDate}}
|
||||
<span style='padding-left: 10rpx;'>{{item.serviceStartTime}}</span>
|
||||
</view>
|
||||
<view class="address" @tap='goMap(item)'>
|
||||
<view class="address" @click.stop='goMap(item)'>
|
||||
<view class="text">
|
||||
{{item.serviceAddress}}
|
||||
</view>
|
||||
@ -112,10 +112,8 @@
|
||||
this.pageNum = 1
|
||||
selectMission(this.nursePersonId, this.orderStatus, this.pageNum, this.pageSize, this.nurseItemName).then(
|
||||
res => {
|
||||
if (res.rows.length > 0) {
|
||||
this.missionlist = res.rows
|
||||
this.total = res.total
|
||||
}
|
||||
this.missionlist = res.rows
|
||||
this.total = res.total
|
||||
})
|
||||
},
|
||||
//跳转导航
|
||||
|
||||
Loading…
Reference in New Issue
Block a user