diff --git a/jwtech-pc-page/src/api/home.js b/jwtech-pc-page/src/api/home.js index 0022c955..0ae522cb 100644 --- a/jwtech-pc-page/src/api/home.js +++ b/jwtech-pc-page/src/api/home.js @@ -1,4 +1,12 @@ import request from '@/http/http' +// 查询企业基本信息列表 +export function listEnterpriseInfo(query) { + return request({ + url: '/enterprise/enterpriseInfo/list', + method: 'post', + data: query + }) +} // app版本 export function getVersion() { return request({ diff --git a/jwtech-pc-page/src/views/enterpriseInformation/components/enterpriseBasicList.vue b/jwtech-pc-page/src/views/enterpriseInformation/components/enterpriseBasicList.vue index e11f4b0b..ad898cd6 100644 --- a/jwtech-pc-page/src/views/enterpriseInformation/components/enterpriseBasicList.vue +++ b/jwtech-pc-page/src/views/enterpriseInformation/components/enterpriseBasicList.vue @@ -1,16 +1,16 @@ - + @@ -25,7 +25,7 @@ @@ -58,7 +58,7 @@ - + {{ cateTtem.dictLabel }} @@ -82,7 +82,7 @@ > - + {{ cateTtem.dictLabel.split("资质")[0] }} @@ -106,15 +106,15 @@