修改提交评分时未填写评分说明的判断逻辑

This commit is contained in:
wulin 2021-01-13 10:37:10 +08:00
parent 1ccb3a8532
commit 68016ab764

View File

@ -459,7 +459,7 @@ export default {
isScore = false isScore = false
} }
// 3.53.75 // 3.53.75
if (this.handleCheckMustInput(obj)) { if (this.handleCheckMustInput(obj) && !obj.scoreComment) {
isScoreComment = false isScoreComment = false
} }
}) })