Merge pull request #10678 from dataease/pr@dev@fix_pwd_modify

fix: 使用默认密码登录弹出密码修改表单刷新页面后内容不一致
This commit is contained in:
fit2cloud-chenyw 2024-07-02 09:17:08 +08:00 committed by GitHub
commit 348d017b51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
:title="$t('user.change_password')"
:show-close="false"
>
<PasswordUpdateForm :old-pwd="defaultPwd" />
<PasswordUpdateForm />
</el-dialog>
</div>
</template>