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