【建议书优化需求】建议书已选产品列表,新增【编辑】功能

This commit is contained in:
lyt
2023-04-07 19:12:31 +08:00
committed by liu.xiaofeng@ebiz-digits.com
parent 7eb823b0b6
commit 9c8931e7b8
2 changed files with 12 additions and 11 deletions

View File

@@ -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) {

View File

@@ -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>