@@ -214,6 +214,9 @@ import {depositList, realtimeBackList} from "@/api/register"; | |||||
message: '修改成功', | message: '修改成功', | ||||
confirmButtonText: '确定', | confirmButtonText: '确定', | ||||
}) | }) | ||||
.then(() => { | |||||
this.onClickLeft() | |||||
}) | |||||
} | } | ||||
}); | }); | ||||
}, | }, | ||||
@@ -57,6 +57,9 @@ import {Dialog} from "vant"; | |||||
message: '修改成功', | message: '修改成功', | ||||
confirmButtonText: '确定', | confirmButtonText: '确定', | ||||
}) | }) | ||||
.then(() => { | |||||
this.onClickLeft() | |||||
}) | |||||
} | } | ||||
}); | }); | ||||
} | } | ||||
@@ -288,9 +288,9 @@ export default { | |||||
message: '修改成功', | message: '修改成功', | ||||
confirmButtonText: '确定', | confirmButtonText: '确定', | ||||
}) | }) | ||||
.then(() => { | |||||
this.onClickLeft() | |||||
}) | |||||
.then(() => { | |||||
this.onClickLeft() | |||||
}) | |||||
} | } | ||||
}); | }); | ||||
}, | }, | ||||