src/api/system/user.js
@@ -102,6 +102,14 @@ data: data, }); } // 延续护理统计 export function getContinueNerseCount(data) { return request({ url: "/smartor/serviceSubtask/getContinueNerseCount", method: "post", data: data, }); } // 满意度统计详情 export function getSfStatisticsJoyInfo(data) { return request({