This commit is contained in:
zhaofang
2022-07-08 13:53:37 +08:00
parent d513ecbef9
commit c30df0ac47
2 changed files with 3 additions and 2 deletions

View File

@@ -252,7 +252,7 @@ export default {
apiQa
.saveAnswer({
qid: this.answer.id,
content: this.answer.inputValue
content: this.answer.inputValue.trim()
})
.then(res => {
if (res.status == 200) {