From ee0087bb2a995a3b4a769d836fa75fd4dcdf5082 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Wed, 06 May 2026 09:47:52 +0800
Subject: [PATCH] 增加查看试卷按钮
---
src/views/build/conpanyFunctionConsult/infoPlatform/components/editDialog.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/build/conpanyFunctionConsult/infoPlatform/components/editDialog.vue b/src/views/build/conpanyFunctionConsult/infoPlatform/components/editDialog.vue
index 728fb3b..6af0748 100644
--- a/src/views/build/conpanyFunctionConsult/infoPlatform/components/editDialog.vue
+++ b/src/views/build/conpanyFunctionConsult/infoPlatform/components/editDialog.vue
@@ -210,6 +210,7 @@
platformAddress: '',
platformPic: ''
}
+ state.fileList = []
superRef.value.clearValidate();
superRef.value.resetFields()
dialogVisible.value = false;
--
Gitblit v1.9.2