forked from ruoyi/RuoYi-Vue3
新增用户默认初始化密码
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