Commit b677a888 authored by 赵啸非's avatar 赵啸非

更改上传文件大小限制

parent 9e0add6b
......@@ -69,9 +69,9 @@ export default {
let data = this.userRoleDialog.data;
this.$post("/user/save", {
"entity.id": data.id,
"entity.mobile": data.mobile,
"entity.roleIds": this.roles.join(","),
"id": data.id,
"mobile": data.mobile,
"roleIds": this.roles.join(","),
}).then((res) => {
if (res && res.code == 1) {
this.userRoleDialog.data = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment