mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 11:25:07 +08:00
1、应用管理缺少字段导致添加不了
2、短信模板添加缺少字段 3、短信日志导出接口错误 4、基础设施中英切换暂无用,先注释,生成json数据格式化 5、日志表格不显示链路地址(同vue2) 6、搜索框前字宽换行问题
This commit is contained in:
@ -53,5 +53,5 @@ export const getSmsLogPageApi = (params: SmsLogPageReqVO) => {
|
||||
|
||||
// 导出短信日志
|
||||
export const exportSmsLogApi = (params: SmsLogExportReqVO) => {
|
||||
return request.download({ url: '/system/sms-log/export', params })
|
||||
return request.download({ url: '/system/sms-log/export-excel', params })
|
||||
}
|
||||
|
Reference in New Issue
Block a user