diff --git a/src/api/indexOvervoew.js b/src/api/indexOvervoew.js index ece498a5..9508ea7e 100644 --- a/src/api/indexOvervoew.js +++ b/src/api/indexOvervoew.js @@ -23,3 +23,7 @@ export const boeuProjectPageList = (obj) => http.post('/boeu/project/pageList', export const boeuStudyDataPageList = (obj) => http.post('/boeu/studyData/pageList', obj) // 概览页面 tab头数据 export const boeuAllTotal = (obj) => http.get('/boeu/all/total', obj) +// 路径图列表 +export const boeuRouterPlatePageList = (obj) => http.post('/boeu/routerPlate/pageList', obj) +// 案例列表 +export const boeuCasePlatePageList = (obj) => http.post('/boeu/case/pageList', obj) diff --git a/src/api/indexWay.js b/src/api/indexWay.js new file mode 100644 index 00000000..5785975e --- /dev/null +++ b/src/api/indexWay.js @@ -0,0 +1,6 @@ +import http from "./configz"; +import https from './confign' +// 请求组织接口 +export const userGetUserOrg = (obj) => https.post('/user/getUserOrg', obj) +// 路径图列表 +export const boeuRouterPlatePageList = (obj) => http.post('/boeu/routerPlate/pageList', obj) \ No newline at end of file diff --git a/src/views/report/Caseess.vue b/src/views/report/Caseess.vue index bc403879..e1ca145b 100644 --- a/src/views/report/Caseess.vue +++ b/src/views/report/Caseess.vue @@ -9,6 +9,7 @@ placeholder="请输入案例名称" allowClear showSearch + v-model:value="title" > @@ -18,23 +19,16 @@ placeholder="请输入作者名称" allowClear showSearch + v-model:value="author" > -
