feat:增加提交审核以及撤回审核

This commit is contained in:
lixg
2022-11-29 13:18:49 +08:00
parent d51df54728
commit 76bc15d926
10 changed files with 265 additions and 189 deletions

View File

@@ -662,6 +662,7 @@ export default {
.optionAuthPerm(obj)
.then((res) => {
console.log("修改授权成功", res);
closeDrawer();
})
.catch((err) => {
console.log("修改授权失败", err);