新增:批量导入商品功能
This commit is contained in:
@@ -78,7 +78,9 @@ export async function removeClinicPatientUser(id?: number) {
|
||||
/**
|
||||
* 批量删除患者
|
||||
*/
|
||||
export async function removeBatchClinicPatientUser(data: (number | undefined)[]) {
|
||||
export async function removeBatchClinicPatientUser(
|
||||
data: (number | undefined)[]
|
||||
) {
|
||||
const res = await request.delete<ApiResult<unknown>>(
|
||||
'/clinic/clinic-patient-user/batch',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user