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') }}
+
+
-
-