From d14d0f908938a707fb6a3c2a6be91f252bc300a3 Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期三, 19 二月 2020 13:36:53 +0800
Subject: [PATCH] 更新巡检
---
WebService/src/main/resources/components/inspectionPlanPackage/edit-inspectionPlan/editInspectionPlan.js | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/WebService/src/main/resources/components/inspectionPlanPackage/edit-inspectionPlan/editInspectionPlan.js b/WebService/src/main/resources/components/inspectionPlanPackage/edit-inspectionPlan/editInspectionPlan.js
index fe237ac..6b4a044 100644
--- a/WebService/src/main/resources/components/inspectionPlanPackage/edit-inspectionPlan/editInspectionPlan.js
+++ b/WebService/src/main/resources/components/inspectionPlanPackage/edit-inspectionPlan/editInspectionPlan.js
@@ -23,7 +23,8 @@
departmentId:'',
departmentName:'',
createUserId:'',
- createUserName:''
+ createUserName:'',
+ inspectionRouteName:''
}
},
_initMethod: function () {
@@ -65,7 +66,7 @@
//浼犺緭鏁版嵁鍒癿achineSelect2缁勪欢
vc.emit('editInspectionPlan', 'inspectionRouteSelect2', 'setInspectionRoute', {
inspectionRouteId: vc.component.editInspectionPlanInfo.inspectionRouteId,
- routeName: vc.component.editInspectionPlanInfo.routeName,
+ routeName: vc.component.editInspectionPlanInfo.inspectionRouteName,
});
@@ -244,7 +245,8 @@
departmentId:'',
departmentName:'',
createUserId:'',
- createUserName:''
+ createUserName:'',
+ inspectionRouteName:''
};
vc.component.editInspectionPlanInfo.signTypes = signTypes;
vc.component.editInspectionPlanInfo.states = states;
--
Gitblit v1.8.0