处理数据修改无效

This commit is contained in:
朱耘稷
2020-12-31 13:25:25 +08:00
committed by xuwenbo
parent 43b21cabc6
commit 5face2a3b9

View File

@ -25,7 +25,7 @@ export function edit(data) {
export function get() {
return request({
url: 'api/yxSystemConfig?size=50',
url: 'api/yxSystemConfig?size=500',
method: 'get'
})
}