From 834f2db1af1cc0220bbb504c5dfd3815fc3ba9fb Mon Sep 17 00:00:00 2001 From: xielei Date: Mon, 11 Nov 2024 11:55:29 +0800 Subject: [PATCH] 11 --- pages/homeIndex/index.vue | 1 + pages/xcrw/detail/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 ? "汛前巡检" : '' }} 任务内容