diff --git a/pages/homeIndex/index.vue b/pages/homeIndex/index.vue
index 2c5b9f0..bd6cf16 100644
--- a/pages/homeIndex/index.vue
+++ b/pages/homeIndex/index.vue
@@ -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
}
})
diff --git a/pages/xcrw/detail/index.vue b/pages/xcrw/detail/index.vue
index 6fbdfd1..45baae2 100644
--- a/pages/xcrw/detail/index.vue
+++ b/pages/xcrw/detail/index.vue
@@ -21,7 +21,7 @@
任务类型
- {{taskType == 1 ? "日常巡查" : taskType == 2 ? "特别检查" : taskType == 3 ? "汛前巡检" : '' }}
+ {{taskType == 0? "日常巡查" : taskType == 2 ? "特别检查" : taskType == 3 ? "汛前巡检" : '' }}
任务内容