From 21adcb62c8f2d626eb6c8eb7a87879722057ad5c Mon Sep 17 00:00:00 2001 From: guoyue Date: Tue, 20 Sep 2022 19:28:13 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=B8=80=E9=94=AE=E7=94=B3?= =?UTF-8?q?=E8=AF=B7--=E8=9E=8D=E5=90=88=E6=9C=8D=E5=8A=A1=E7=89=B9?= =?UTF-8?q?=E6=AE=8A=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/apply.vue | 1563 ++++++++--------- .../home/components/searchResultList.vue | 6 +- 2 files changed, 757 insertions(+), 812 deletions(-) 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) => {