Skip to content

Commit

Permalink
fix:  修复评价选择错误后重新选择的时候提交按钮不刷新的问题 --bug=131427363
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 20022
  • Loading branch information
luofann committed Oct 9, 2024
1 parent ece6f72 commit 516fa70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@
});
this.$emit('submitSuccess');
})
.catch(() => {
errorHandler(this);
.catch((res) => {
errorHandler(res, this);
})
.finally(() => {
this.scoreInfo.clickSecond = false;
Expand Down

0 comments on commit 516fa70

Please sign in to comment.