master
xielei 2024-11-11 11:55:29 +08:00
parent 4d585dc482
commit 834f2db1af
2 changed files with 2 additions and 1 deletions

View File

@ -138,6 +138,7 @@
getYlzList() {
uni.$http.post('/gunshiApp/xyt/stPptnRReal/list').then(res => {
if (res.data.code == 200) {
console.log(this.Ylzlist,'this.Ylzlist');
this.Ylzlist = res.data.data
}
})

View File

@ -21,7 +21,7 @@
</view>
<view class="itemC">
<text>任务类型</text>
<text>{{taskType == 1 ? "日常巡查" : taskType == 2 ? "特别检查" : taskType == 3 ? "汛前巡检" : '' }}</text>
<text>{{taskType == 0? "日常巡查" : taskType == 2 ? "特别检查" : taskType == 3 ? "汛前巡检" : '' }}</text>
</view>
<view class="itemC">
<text>任务内容</text>