diff --git a/front/src/views/home/apply.vue b/front/src/views/home/apply.vue index b5fb82bc..5686de95 100644 --- a/front/src/views/home/apply.vue +++ b/front/src/views/home/apply.vue @@ -8,139 +8,58 @@
- +
- - + +
- - + + - - + + - - - - + + + + {{ item.name }}
- - + + - - + +
- - + +
- + " type="primary" html-type="cancle" @click="resetFields()"> 退出申请 - + " type="primary" html-type="submit" @click="processStartHandle()"> 提交申请
@@ -191,747 +101,778 @@
diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index b6c5ed53..c18da6ae 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -571,10 +571,14 @@ export default { _applyList = jcss.concat(_applyList) localStorage.setItem('applyList', JSON.stringify(_applyList)) // 融合服务 - localStorage.setItem('integrationServicesItemInfo', JSON.stringify(item)) router.push({ path: '/apply', + query: { + integrationServicesId: item.id, + }, }) + + } mybus.on('chongzhi', (typeObj) => {