From 1edffb34ee600803ba2f17b9318117d8ceeb17d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DRain=E2=80=9C?= <904416525@qq.com> Date: Fri, 24 May 2024 23:12:34 +0800 Subject: [PATCH 1/3] 1 --- pages/projectEnd/InspectionRoute/inspectedstay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/projectEnd/InspectionRoute/inspectedstay.vue b/pages/projectEnd/InspectionRoute/inspectedstay.vue index 300a0587..3c2d0e87 100644 --- a/pages/projectEnd/InspectionRoute/inspectedstay.vue +++ b/pages/projectEnd/InspectionRoute/inspectedstay.vue @@ -22,7 +22,7 @@ 计划执行日期: - {{item.xzCheckingRoute.startTime}} + {{item.startTime}} From 48c97686b7005055e2b0e889a502e1ccbcfc2a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DRain=E2=80=9C?= <904416525@qq.com> Date: Fri, 24 May 2024 23:17:59 +0800 Subject: [PATCH 2/3] 1 --- pages/projectEnd/InspectionRoute/inspectedstay.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/projectEnd/InspectionRoute/inspectedstay.vue b/pages/projectEnd/InspectionRoute/inspectedstay.vue index 3c2d0e87..45689aff 100644 --- a/pages/projectEnd/InspectionRoute/inspectedstay.vue +++ b/pages/projectEnd/InspectionRoute/inspectedstay.vue @@ -84,8 +84,6 @@ data() { return { tabIndex: 0, - - //------------ type: 1, statusList:[{ id:1, From 30a239d8d9d3fa9d1746ea1e38eb92021332c5f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DRain=E2=80=9C?= <904416525@qq.com> Date: Fri, 24 May 2024 23:18:50 +0800 Subject: [PATCH 3/3] 1 --- pages/projectEnd/InspectionRoute/inspectedstay.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/projectEnd/InspectionRoute/inspectedstay.vue b/pages/projectEnd/InspectionRoute/inspectedstay.vue index 45689aff..8a82e09c 100644 --- a/pages/projectEnd/InspectionRoute/inspectedstay.vue +++ b/pages/projectEnd/InspectionRoute/inspectedstay.vue @@ -174,7 +174,6 @@ console.log(e) //type ==1 问题等级;2紧急情况;3检查人;4 检查时间;5整改时限; 6整改人; 7复查人; 8核验人; if (type == 'startTime') { - // this.form.changeLimitTime = e.f3; this.condition.date = e.f3; this.onRefresh(); this.getListData();