From a8d7eae934c6a42caac8b8267c608ec66dc31a49 Mon Sep 17 00:00:00 2001 From: "YOHO\\20373" <2037305722@qq.com> Date: Wed, 11 Jun 2025 15:27:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=93=8D=E4=BD=9C=E9=80=89=E4=B8=AD=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99=E9=99=84=E5=B8=A6=E6=96=87=E4=BB=B6/=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=E7=9A=84=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/paper/question/FileForm.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/paper/question/FileForm.vue b/src/views/paper/question/FileForm.vue index e8d5357..d76d643 100644 --- a/src/views/paper/question/FileForm.vue +++ b/src/views/paper/question/FileForm.vue @@ -533,6 +533,7 @@ const handleFileNodeClick = (data) => { const fullPath = pathArray.join('\\') if (currentEditingRow.value) { currentEditingRow.value.content = fullPath + currentEditingRow.value.attribute = data.attribute || '' } fileTreeDialogVisible.value = false } @@ -600,7 +601,8 @@ async function confirmKao() { content: item.content, quId:kaodianData.value.quId, contentIn:item.contentIn, - scoreRate:item.scoreRate + scoreRate:item.scoreRate, + attribute:item.attribute })); const payload = { quId:kaodianData.value.quId,