mrzcc
2020-02-19 d14d0f908938a707fb6a3c2a6be91f252bc300a3
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 @@
                //传输数据到machineSelect2组件
                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;