wangting
2024-10-18 07ba00bbc814f67050c46f028c5b56966d269c46
Source/plt-web/plt-web-ui/src/api/system/user/api.js
@@ -63,11 +63,11 @@
}
// 修改成员
export function updateUser(data) {
export function updateUser(row) {
  return request({
    url: "/api/userQueryController/updateUser",
    method: "put",
    data:data
    data:row
  });
}