492919d:升级element-ui到最新版本2.15.12

This commit is contained in:
YunaiV
2023-01-25 12:32:54 +08:00
parent 9b47dd4a67
commit e9814b129b
3 changed files with 8 additions and 8 deletions

View File

@ -364,9 +364,9 @@ export default {
created() {
this.getList();
this.getTreeselect();
this.getConfigKey("sys.user.init-password").then(response => {
this.initPassword = response.msg;
});
// this.getConfigKey("sys.user.init-password").then(response => {
// this.initPassword = response.msg;
// });
},
methods: {
// 更多操作