fix: 使用默认密码登录弹出密码修改表单刷新页面后内容不一致

This commit is contained in:
fit2cloud-chenyw 2024-07-02 09:16:03 +08:00
parent 3e0805d45c
commit 9ae3347ab5

View File

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