update 优化 vue3 版本用户初始密码从字典查询

This commit is contained in:
疯狂的狮子Li 2023-10-09 11:19:11 +08:00
parent e35df6d1d2
commit e59f04bfee

View File

@ -605,4 +605,7 @@ function submitForm() {
getDeptTree();
getList();
proxy.getConfigKey("sys.user.initPassword").then(response => {
initPassword.value = response.msg;
});
</script>