mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 11:55:07 +08:00
vue3 重构:使用 el 原生实现
This commit is contained in:
@ -27,7 +27,7 @@ export interface ConfigExportReqVO {
|
||||
}
|
||||
|
||||
// 查询参数列表
|
||||
export const getConfigPageApi = (params: ConfigPageReqVO) => {
|
||||
export const getConfigPage = (params: ConfigPageReqVO) => {
|
||||
return request.get({ url: '/infra/config/page', params })
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user