22
lkk
2025-03-31 5fcb1b44a8d4b788f921f2386239c7f1f52ad1e2
src/api/system/dyjl.js
@@ -42,3 +42,11 @@
        method: 'delete'
    })
}
// 删除体检导检单打印记录
export function exportDyjl() {
    return request({
        url: '/system/dyjl/export',
        method: 'post'
    })
}