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