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

更改上传文件大小限制

parent 9e0add6b
...@@ -69,9 +69,9 @@ export default { ...@@ -69,9 +69,9 @@ export default {
let data = this.userRoleDialog.data; let data = this.userRoleDialog.data;
this.$post("/user/save", { this.$post("/user/save", {
"entity.id": data.id, "id": data.id,
"entity.mobile": data.mobile, "mobile": data.mobile,
"entity.roleIds": this.roles.join(","), "roleIds": this.roles.join(","),
}).then((res) => { }).then((res) => {
if (res && res.code == 1) { if (res && res.code == 1) {
this.userRoleDialog.data = {}; 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