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

更改上传文件大小限制

parent bf6642b7
...@@ -238,8 +238,8 @@ export default { ...@@ -238,8 +238,8 @@ export default {
async saveAuth() { async saveAuth() {
try { try {
this.auth.form.resourceIdList = this.auth.checkList this.auth.form.resourceIdList = this.auth.checkList
.filter((i) => typeof i === "number") .filter((i) => typeof i === "number");
.join(","); //.join(",");
await this.$post("/role/auth/distributionSource", this.auth.form, await this.$post("/role/auth/distributionSource", this.auth.form,
); );
this.auth.visible = false; this.auth.visible = false;
......
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