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