Merge branch 'master' of https://e.coding.net/g-cphe0354/cashier/cashier-web into ymf_test
This commit is contained in:
@@ -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) {
|
||||
// 模拟导入数据
|
||||
|
||||
Reference in New Issue
Block a user