mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-09-28 07:12:41 +00:00
新增用户默认初始化密码
This commit is contained in:
@@ -533,6 +533,11 @@ function submitForm() {
|
||||
})
|
||||
}
|
||||
|
||||
getDeptTree()
|
||||
getList()
|
||||
onMounted(() => {
|
||||
getDeptTree()
|
||||
getList()
|
||||
proxy.getConfigKey("sys.user.initPassword").then(response => {
|
||||
initPassword.value = response.msg
|
||||
})
|
||||
})
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user