update 优化 vue3 版本用户初始密码从字典查询
This commit is contained in:
parent
e35df6d1d2
commit
e59f04bfee
@ -605,4 +605,7 @@ function submitForm() {
|
|||||||
|
|
||||||
getDeptTree();
|
getDeptTree();
|
||||||
getList();
|
getList();
|
||||||
|
proxy.getConfigKey("sys.user.initPassword").then(response => {
|
||||||
|
initPassword.value = response.msg;
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user