소스 검색

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

疯狂的狮子Li 1 년 전
부모
커밋
e59f04bfee
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      ruoyi-ui-vue3/src/views/system/user/index.vue

+ 3 - 0
ruoyi-ui-vue3/src/views/system/user/index.vue

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