个人设置更新密码.

This commit is contained in:
许晓东
2023-05-09 20:44:54 +08:00
parent da1ddeb1e7
commit be8e567684
11 changed files with 131 additions and 35 deletions

View File

@@ -79,6 +79,9 @@ export default {
watch: {
visible(v) {
this.show = v;
if (this.show) {
this.getRoles();
}
},
},
methods: {