|
@@ -59,6 +59,8 @@ const selectMonthlyReportPath = baseService + "/monthly/selectMonthlyReport";
|
|
|
|
|
|
//GET /monthly/selectMonthLyReportInfo 获取月报详细信息
|
|
|
const selectMonthLyReportInfoPath = baseService + "/monthly/selectMonthLyReportInfo";
|
|
|
+//雇主的服务标准
|
|
|
+const employerServiceStandard = baseService + "/servicestandard/insertNewServiceStandards";
|
|
|
|
|
|
export default{
|
|
|
registerUserPath,
|
|
@@ -83,5 +85,6 @@ userReadNoticePath,
|
|
|
customerDescribleInfo,
|
|
|
servantDescribleInfo,
|
|
|
selectMonthlyReportPath,
|
|
|
-selectMonthLyReportInfoPath
|
|
|
+selectMonthLyReportInfoPath,
|
|
|
+employerServiceStandard
|
|
|
}
|