master
parent
4d585dc482
commit
834f2db1af
|
|
@ -138,6 +138,7 @@
|
||||||
getYlzList() {
|
getYlzList() {
|
||||||
uni.$http.post('/gunshiApp/xyt/stPptnRReal/list').then(res => {
|
uni.$http.post('/gunshiApp/xyt/stPptnRReal/list').then(res => {
|
||||||
if (res.data.code == 200) {
|
if (res.data.code == 200) {
|
||||||
|
console.log(this.Ylzlist,'this.Ylzlist');
|
||||||
this.Ylzlist = res.data.data
|
this.Ylzlist = res.data.data
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="itemC">
|
<view class="itemC">
|
||||||
<text>任务类型</text>
|
<text>任务类型</text>
|
||||||
<text>{{taskType == 1 ? "日常巡查" : taskType == 2 ? "特别检查" : taskType == 3 ? "汛前巡检" : '' }}</text>
|
<text>{{taskType == 0? "日常巡查" : taskType == 2 ? "特别检查" : taskType == 3 ? "汛前巡检" : '' }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="itemC">
|
<view class="itemC">
|
||||||
<text>任务内容</text>
|
<text>任务内容</text>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue