From 5b6f0d8556003d55d1d3b449fc62da77fb8110b5 Mon Sep 17 00:00:00 2001 From: Wayne Date: Wed, 8 May 2024 17:24:10 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BC=81=E4=B8=9A=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=B8=AD=E6=96=B0=E5=A2=9E=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=9F=A5=E8=AF=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/fta/enterpriseinformation/index.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/views/fta/enterpriseinformation/index.vue b/src/views/fta/enterpriseinformation/index.vue index 911873a..774e635 100644 --- a/src/views/fta/enterpriseinformation/index.vue +++ b/src/views/fta/enterpriseinformation/index.vue @@ -114,7 +114,7 @@ class="!w-240px" /> - + + + + + + 搜索 重置 @@ -267,6 +282,7 @@ const queryParams = reactive({ enterpriseBelongingToIndustry: undefined, registerOffice: undefined, operatePermitRange: undefined, + status: undefined }) const queryFormRef = ref() // 搜索的表单 const exportLoading = ref(false) // 导出的加载中