From 65ecb1837e7e285af32b842489517007c13b8547 Mon Sep 17 00:00:00 2001
From: lideqin <694785430@qq.com>
Date: Fri, 3 Nov 2023 18:41:47 +0800
Subject: [PATCH] =?UTF-8?q?[update]=20=E9=AB=98=E7=BA=A7=E6=90=9C=E7=B4=A2?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/dashboard.js | 24 +
src/components/customField/Search.vue | 2 +-
src/views/dashboard/search/AdvancedSearch.vue | 433 +++++++++++++++++-
3 files changed, 438 insertions(+), 21 deletions(-)
create mode 100644 src/api/dashboard.js
diff --git a/src/api/dashboard.js b/src/api/dashboard.js
new file mode 100644
index 00000000..9e00056a
--- /dev/null
+++ b/src/api/dashboard.js
@@ -0,0 +1,24 @@
+import { getAction } from './manage'
+
+// 国内标准的高级搜索,查询搜索条件
+const getDomesticStandardQuery = (params) => getAction('/laws/standard/domestic/getQueryCondition', params)
+// 国外标准的高级搜索,查询搜索条件
+const getOverseasStandardQuery = (params) => getAction('/laws/standard/overseas/getQueryCondition', params)
+// 企业标准的高级搜索,查询搜索条件
+const getEnterStandardQuery = (params) => getAction('/laws/standard/enterprise/getQueryCondition', params)
+
+// 国内标准的高级搜索,查询列表数据
+const getDomesticStandardList = (params) => getAction('/laws//standard/domestic/getCommonPage', params)
+// 国外标准的高级搜索,查询列表数据
+const getOverseasStandardList = (params) => getAction('/laws//standard/overseas/getCommonPage', params)
+// 企标的高级搜索,查询列表数据
+const getEnterStandardList = (params) => getAction('/laws/standard/enterprise/getCommonPage', params)
+
+export {
+ getDomesticStandardQuery,
+ getOverseasStandardQuery,
+ getEnterStandardQuery,
+ getDomesticStandardList,
+ getOverseasStandardList,
+ getEnterStandardList
+}
diff --git a/src/components/customField/Search.vue b/src/components/customField/Search.vue
index 10df2c64..f463057d 100644
--- a/src/components/customField/Search.vue
+++ b/src/components/customField/Search.vue
@@ -36,7 +36,7 @@
检索类别
+
+
+ 标准类型
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ $t('query') }}
+
{{ $t('reset') }}
+
+
-
-