1
wwl
2025-06-10 cee2eca9c3e40b48c40a8fe80f938a777f03d463
src/api/system/dyjl.js
@@ -42,3 +42,11 @@
        method: 'delete'
    })
}
// 删除体检导检单打印记录
export function exportDyjl() {
    return request({
        url: '/system/dyjl/export',
        method: 'post'
    })
}