功能分配

This commit is contained in:
刘仕伟
2022-03-01 19:13:25 +08:00
parent 252ead5945
commit c79fc16b0a

View File

@@ -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;