From c50fc0f40e7fd907b88aee9baf3af5b5ffce11af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Thu, 5 Aug 2021 09:36:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=85=AC=E5=91=8A=E7=BA=A7?= =?UTF-8?q?=E5=88=AB=E6=8E=A5=E5=8F=A3=EF=BC=8C=E6=90=9C=E7=B4=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E5=BE=85=E5=A4=84=E7=90=86=EF=BC=8C=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E6=94=BE=E5=88=B0=E4=B8=80=E8=B5=B7=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/home/notice.js | 9 +++++++++ src/views/home/notice.vue | 35 ++++++++++++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 src/api/home/notice.js diff --git a/src/api/home/notice.js b/src/api/home/notice.js new file mode 100644 index 0000000..e5d6153 --- /dev/null +++ b/src/api/home/notice.js @@ -0,0 +1,9 @@ +import request from '@/utils/request'; + +// 根据status查询字典集合 1->技术领域 2->需求类型 3->成熟度 4->合作标签 5->地级市 6->合肥区县 7->城市级别 +export function getDictListByStatus(params) { + return request({ + url: '/dict/getDictListByStatus', + params + }); +} diff --git a/src/views/home/notice.vue b/src/views/home/notice.vue index 366e224..e4e756e 100644 --- a/src/views/home/notice.vue +++ b/src/views/home/notice.vue @@ -34,6 +34,20 @@ +