From 5986c032dde80751e007d97faa8c5b622d406cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E5=85=89LG?= Date: Mon, 11 Aug 2025 11:08:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0windows=E7=BD=91?= =?UTF-8?q?=E7=BB=9C=E8=AE=BE=E7=BD=AE=E8=80=83=E7=82=B9=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=83=E9=87=8D=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/paper/question/SettingForm.vue | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/views/paper/question/SettingForm.vue b/src/views/paper/question/SettingForm.vue index 1199633..5ef07f9 100644 --- a/src/views/paper/question/SettingForm.vue +++ b/src/views/paper/question/SettingForm.vue @@ -141,8 +141,12 @@ @selection-change="handleSelectionChange" > - - + + + + @@ -220,7 +229,7 @@ import * as QuestionApi from '@/api/paper/question' import FileForm from './components/FileForm.vue' import Setting from '@/components/Setting/index.vue' import * as SpecialtyApi from '@/api/points' -import { handleTree } from '@/utils/tree' +import { handleTree } from '@/utils/tree' import { useSettingStore } from '@/store/modules/settings' const settingStore = useSettingStore() // import { emitter } from '@/utils/eventBus' @@ -231,7 +240,7 @@ defineOptions({ name: 'WpsWordFrom' }) // emitter.on('maskDisplay', handleFromC) // }) const list = ref([]) // 列表的数 -const handleFrom = () => { +const handleFrom = () => { list.value = [...settingStore.settingsFormList] // settingStore.clearSettingData() } @@ -288,7 +297,6 @@ const formData = ref({ ] }) - const documentList = ref([ { quId: '', @@ -468,7 +476,6 @@ const submitForm = async () => { /** 重置表单 */ const resetForm = () => { - documentList.value = [ { quId: '', @@ -540,7 +547,6 @@ const openPoints = async () => { await getTree() dialogVisiblePoints.value = true } -