修复3.75分评分标准显示3.5分的标准

This commit is contained in:
wulin 2020-09-07 11:00:02 +08:00
parent d52a473d28
commit 0a82d7d2fe

View File

@ -297,7 +297,7 @@ export default {
} }
if (this.keyResultEditorElem3_7 !== null) { if (this.keyResultEditorElem3_7 !== null) {
if (this.dataForm.keyResult37 !== null) { if (this.dataForm.keyResult37 !== null) {
this.keyResultEditorElem3_7.txt.html(this.dataForm.keyResult35 || '') this.keyResultEditorElem3_7.txt.html(this.dataForm.keyResult37 || '')
} else { } else {
this.keyResultEditorElem3_7.txt.html('<p>无</p>') this.keyResultEditorElem3_7.txt.html('<p>无</p>')
} }