From b4edbaf21d292c8e4b59ef23fd522aada6df9123 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Tue, 30 Jan 2024 10:00:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/export-data/index.vue | 17 +++++++---------- src/views/project_list/components/myTable.vue | 4 ++-- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/src/components/export-data/index.vue b/src/components/export-data/index.vue index 7c5d54e..4c3e339 100644 --- a/src/components/export-data/index.vue +++ b/src/components/export-data/index.vue @@ -3,9 +3,11 @@
@@ -49,6 +51,7 @@ import feedback from '@/utils/feedback' import Popup from '@/components/popup/index.vue' import type { FormInstance } from 'element-plus' + const formRef = shallowRef() const props = defineProps({ params: { @@ -62,7 +65,8 @@ const props = defineProps({ fetchFun: { type: Function, required: true - } + }, + isMenuLi: Boolean }) const popupRef = shallowRef>() const formData = reactive({ @@ -133,13 +137,6 @@ const handleConfirm = async () => { // getData()