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

This commit is contained in:
疯狂的狮子Li
2023-10-09 11:30:44 +08:00
parent 07eb66d2a0
commit 2783549613

View File

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