修复3.75分评分标准显示3.5分的标准
This commit is contained in:
parent
d52a473d28
commit
0a82d7d2fe
@ -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>')
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user