mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 05:16:44 +08:00
【建议书优化需求】建议书已选产品列表,新增【编辑】功能
This commit is contained in:
committed by
liu.xiaofeng@ebiz-digits.com
parent
7eb823b0b6
commit
9c8931e7b8
@@ -37,16 +37,17 @@ export default {
|
||||
if (this.$route.query.proposalOrderNo) {
|
||||
thisMyUrl = this.routerInfos[index] + '?proposalOrderNo=' + this.$route.query.proposalOrderNo
|
||||
}
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/' + thisMyUrl,
|
||||
needRefresh: '1'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/' + thisMyUrl
|
||||
}
|
||||
})
|
||||
this.$router.push({ path: '/'+this.routerInfos[index] + thisMyUrl })
|
||||
// this.$jump({
|
||||
// flag: 'h5',
|
||||
// extra: {
|
||||
// url: location.origin + '/#/' + thisMyUrl,
|
||||
// needRefresh: '1'
|
||||
// },
|
||||
// routerInfo: {
|
||||
// path: '/' + thisMyUrl
|
||||
// }
|
||||
// })
|
||||
}
|
||||
},
|
||||
showArrow(index) {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
|
||||
<div class="text-right pv5">
|
||||
<!-- <van-button size="small" round class="mr5" type="danger">编辑</van-button> -->
|
||||
<van-button v-if="isFrom == 'proposal'" size="small" round @click="editInsure(index)" class="mr5" type="danger">编辑</van-button>
|
||||
<van-button size="small" round @click="deteleInsure(index)" plain type="danger">删除</van-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user