From 19b40eee6a0c50dfdeefe8df9ca294bda1ffc448 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 12 Jan 2023 16:01:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=B8=E9=94=99=E8=AF=8D=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E6=92=AD=E6=94=BE=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Template/modelTodo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Template/modelTodo.vue b/src/views/Template/modelTodo.vue index e88c0e3..212ea35 100644 --- a/src/views/Template/modelTodo.vue +++ b/src/views/Template/modelTodo.vue @@ -510,7 +510,7 @@ export default { keywordsId: this.form.keywordsId, keywordsName: this.form.keywordsName, formatExpression: this.replaceFun(temp), // 问题表达式,关键词加#号 - originalExpression: temp, // html==带span标签 + original: temp, // html==带span标签 answerList: answerList, showFormatExpression: text.innerText, })