gowshwah
2026-03-14 e1e8b541db6aef5aaeb3cdf6a81e23a942b47a2c
ruoyi-ui/src/views/system/user/profile/resetPwd.vue
@@ -55,7 +55,7 @@
    submit() {
      this.$refs["form"].validate(valid => {
        if (valid) {
          updateUserPwd(this.user.oldPassword, this.user.newPassword).then(response => {
          updateUserPwd(this.user.oldPassword, this.user.newPassword).then(() => {
            this.$modal.msgSuccess("修改成功")
          })
        }