From 8a05a1fa1734587c20c92a17d885ecd6b3eff459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Sun, 28 Jul 2024 22:03:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/otherTool/view.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/manage/otherTool/view.vue b/src/views/manage/otherTool/view.vue index 8ccdebf..2cece3f 100644 --- a/src/views/manage/otherTool/view.vue +++ b/src/views/manage/otherTool/view.vue @@ -265,7 +265,6 @@ const form = reactive({ params_desc: null, modl_sub_type: null, params_content: null, - params_content: null, }); const paramsContent = ref(""); // 表单 const formRef = ref(ElForm); // 表单 @@ -359,7 +358,6 @@ function resultForm() { form.params_desc = null; form.modl_sub_type = null; form.params_content = null; - form.params_content = null; } // 文件上传