diff --git a/pages/projectEnd/InspectionRoute/inspectedstay.vue b/pages/projectEnd/InspectionRoute/inspectedstay.vue
index 300a0587..8a82e09c 100644
--- a/pages/projectEnd/InspectionRoute/inspectedstay.vue
+++ b/pages/projectEnd/InspectionRoute/inspectedstay.vue
@@ -22,7 +22,7 @@
计划执行日期:
- {{item.xzCheckingRoute.startTime}}
+ {{item.startTime}}
@@ -84,8 +84,6 @@
data() {
return {
tabIndex: 0,
-
- //------------
type: 1,
statusList:[{
id:1,
@@ -176,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();