From df5221ceed2286bb8fd7417bfde891382ce697bc Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Apr 2023 09:03:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/inspectionReexamine/inspectionReexamine.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/inspectionReexamine/inspectionReexamine.vue b/pages/inspectionReexamine/inspectionReexamine.vue index e8d1e85..29ebd9d 100644 --- a/pages/inspectionReexamine/inspectionReexamine.vue +++ b/pages/inspectionReexamine/inspectionReexamine.vue @@ -109,7 +109,7 @@ moreState:'20200405,20200406', canReexamine:'2000', planInsTime: _that.planInsTime, - isToday: 1 + isToday: null }, success: function(res) { // TODO 判断 @@ -120,6 +120,8 @@ _that.tasks = res.data.inspectionTasks; if(_that.tasks.length < 1){ _that.noData = true; + }else{ + _that.noData = false; } } });