mrzcc
2020-03-06 ecdac8a738f254db2b2ea28cbe3248f7a6a7eb2b
WebService/src/main/resources/components/inspectionRoutePackage/edit-inspectionRoute/editInspectionRoute.js
@@ -52,8 +52,8 @@
                    ],
                    'editInspectionRouteInfo.remark': [{
                        limit: "maxin",
                        param: "1,200",
                        errInfo: "收费项目不能超过100位"
                        param: "0,200",
                        errInfo: "备注不能超过200位"
                    },
                    ],
                    'editInspectionRouteInfo.inspectionRouteId': [{
@@ -69,7 +69,7 @@
                    vc.toast(vc.validate.errInfo);
                    return;
                }
                vc.component.editInspectionRouteInfo.communityId = vc.getCurrentCommunity().communityId;
                vc.http.post('editInspectionRoute', 'update', JSON.stringify(vc.component.editInspectionRouteInfo), {
                    emulateJSON: true
                },