From cf0bb02b43f6d82ed5c193db16d8f75ab7fd3612 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Fri, 1 Jul 2022 10:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=8B=E8=83=BD=E6=A1=88=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/assignCase/components/queryPage.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/front/src/views/assignCase/components/queryPage.vue b/front/src/views/assignCase/components/queryPage.vue index 8345faeb..50aef2b0 100644 --- a/front/src/views/assignCase/components/queryPage.vue +++ b/front/src/views/assignCase/components/queryPage.vue @@ -30,10 +30,10 @@ - {{ item.name }} + {{ item.dictLabel }} @@ -82,6 +82,7 @@ import { ref, onMounted } from 'vue' // import { useStore } from 'vuex' import { pageWithAttrs } from '@/api/home.js' + import { getCategoryTreePage } from '@/api/personalCenter.js' import { useRouter } from 'vue-router' // import { pinyin } from 'pinyin-pro' // import { Empty } from 'ant-design-vue' @@ -159,6 +160,17 @@ name: '其他', }, ]) + //赋能案例tab页接口 + const tabChaXun = () => { + const params = { + page: 1, + limit: 99, + dictTypeId: '1513712507692818433', + } + getCategoryTreePage(params).then(({ data: res }) => { + tabClickData.value = res.data.list + }) + } const tabClickShow = ref(false) const number = ref(0) const changeCards = (val) => { @@ -195,6 +207,7 @@ } //查询分页接口 const init = (list) => { + tabChaXun() let params = { deptIds: [], districtId: '',