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