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

添加同步接口

parent e22d025c
......@@ -239,7 +239,7 @@ export default {
try {
this.auth.form.resourceIdList = this.auth.checkList
.filter((i) => typeof i === "number")
.join(",");
//.join(",");
await this.$post("/role/auth/distributionSource", this.auth.form);
this.auth.visible = false;
this.auth.form = this.initForm();
......
......@@ -47,5 +47,9 @@ GET {{baseUrl}}/sms/set/delete?id={{SmsSet_id}}
Accept: application/json
###controoler 测试
POST {{baseUrl}}/resource/refreshUrl
Accept: application/json
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