|
@@ -63,6 +63,8 @@ const selectMonthLyReportInfoPath = baseService + "/monthly/selectMonthLyReportI
|
|
|
const employerServiceStandard = baseService + "/servicestandard/insertNewServiceStandards";
|
|
|
//雇主端题目获取
|
|
|
const getEmployerSubList = baseService + "/servicestandard/getSubjectWhenFirst";
|
|
|
+//雇主端花费
|
|
|
+const getEmployerCost = baseService + "/servantTask/selectDailyCost";
|
|
|
|
|
|
export default{
|
|
|
registerUserPath,
|
|
@@ -89,5 +91,6 @@ servantDescribleInfo,
|
|
|
selectMonthlyReportPath,
|
|
|
selectMonthLyReportInfoPath,
|
|
|
employerServiceStandard,
|
|
|
-getEmployerSubList
|
|
|
+getEmployerSubList,
|
|
|
+getEmployerCost
|
|
|
}
|