feat: 修改分组状态接口

This commit is contained in:
duan
2025-04-07 14:53:23 +08:00
parent 49b2de07f7
commit b782394cc7
2 changed files with 10 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
// importTemplate: UserAPI.downloadTemplate,
modifyAction: function (params) {
let obj = { ...params }
return UserAPI.update(obj);
return UserAPI.updates(obj);
},
importsAction(data) {
// 模拟导入数据