|
|
|
@ -133,7 +133,7 @@
|
|
|
|
|
>
|
|
|
|
|
<Button
|
|
|
|
|
style="height: 39px;width: 101px;border: 0"
|
|
|
|
|
@click="modifyAccountcancel()"
|
|
|
|
|
@click="goBackPage()"
|
|
|
|
|
>返回</Button
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
@ -293,15 +293,17 @@ import IncreaseData from "../../services/generalize/IncreaseData";
|
|
|
|
|
that.$Message.error("该账号已经被使用!");
|
|
|
|
|
} else if (data.results == 0) {
|
|
|
|
|
that.$Message.success("修改账号成功");
|
|
|
|
|
that.$router.push({ path: "/account/manager" });
|
|
|
|
|
// that.$router.push({ path: "/account/manager" });
|
|
|
|
|
that.goBackPage();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
//修改账号取消
|
|
|
|
|
modifyAccountcancel: function() {
|
|
|
|
|
this.$router.push({ path: "/account/manager" });
|
|
|
|
|
goBackPage: function() {
|
|
|
|
|
// this.$router.push({ path: "/account/manager" });
|
|
|
|
|
this.$router.back();
|
|
|
|
|
},
|
|
|
|
|
//角色改变
|
|
|
|
|
roleChange(roleBean) {
|
|
|
|
|