|
@@ -14,4 +14,12 @@ export const getNewAppointmentsDetail = async (id) => {
|
|
|
url: '/app-api/menduner/system/new-appointments/get',
|
|
|
params: { id }
|
|
|
})
|
|
|
+}
|
|
|
+
|
|
|
+// 新任命导出
|
|
|
+export const newAppointmentsExport = async (params) => {
|
|
|
+ return await request.download({
|
|
|
+ url: '/app-api/menduner/system/new-appointments/export-excel',
|
|
|
+ params
|
|
|
+ })
|
|
|
}
|