diff --git a/front/public/index.html b/front/public/index.html index e408d9d5..a9535a2a 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -1,8 +1,8 @@ @@ -49,7 +49,7 @@ window.SITE_CONFIG['backUrl'] = 'http://15.2.21.238:9797'; window.SITE_CONFIG['previewUrl'] = 'http://15.2.21.238:9796/'; window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.238:9796/document/#/devModelFile/'; - window.SITE_CONFIG['apiURL'] = 'http://15.2.21.239:8888/renren-admin'; + window.SITE_CONFIG['apiURL'] = 'http://15.2.21.238:8888/renren-admin'; window.SITE_CONFIG['POI_URL'] = 'http://15.2.21.238:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address'; // 穿透版本 // window.SITE_CONFIG['backUrl'] = 'http://124.222.94.39:9797'; diff --git a/front/src/api/personalCenter.js b/front/src/api/personalCenter.js index d9eb8e9b..b58168f4 100644 --- a/front/src/api/personalCenter.js +++ b/front/src/api/personalCenter.js @@ -14,6 +14,13 @@ export function getTabilityapplication(params) { params, }) } +export function getByApplyFlag(params) { + return request({ + url: '/processForm/tabilityapplication/getByApplyFlag/' + params, + method: 'get', + // params, + }) +} // 查询申购车列表 export function getSgcList(params) { diff --git a/front/src/views/home/AbilityToApplyFor.vue b/front/src/views/home/AbilityToApplyFor.vue index 57d4eabf..cc0393e2 100644 --- a/front/src/views/home/AbilityToApplyFor.vue +++ b/front/src/views/home/AbilityToApplyFor.vue @@ -5,44 +5,54 @@ 展开 收起 -
+
{{ item.deptName }}
- - + +