修改提交评分时未填写评分说明的判断逻辑
This commit is contained in:
parent
1ccb3a8532
commit
68016ab764
@ -459,7 +459,7 @@ export default {
|
||||
isScore = false
|
||||
}
|
||||
// 有分数等于3.5或3.75 但为评论
|
||||
if (this.handleCheckMustInput(obj)) {
|
||||
if (this.handleCheckMustInput(obj) && !obj.scoreComment) {
|
||||
isScoreComment = false
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user