lxp
2025-03-12 969d515ea19e01e20836d2862651f76e14b91e82
src/api/business/reportPreparation.js
@@ -153,4 +153,13 @@
        method: 'get',
        params: params
    })
}
export function getURL(params) {
    return resquest({
        url: '/file/attachmentType/getURL',
        method: 'get',
        params: params
    })
}