功能分配
This commit is contained in:
@@ -214,7 +214,7 @@ export default {
|
||||
if (v) {
|
||||
if (this.lock) return this.$message.error("请勿多次提交!")
|
||||
this.lock = true
|
||||
this.instance.post("/user/edit", this.dialogForm).then(res => {
|
||||
this.instance.post("/user/empower", this.dialogForm).then(res => {
|
||||
this.lock = false
|
||||
if (res?.code == 0) {
|
||||
this.dialog = false;
|
||||
|
||||
Reference in New Issue
Block a user