diff --git a/src/views/ebiz/common/MainRiskList.vue b/src/views/ebiz/common/MainRiskList.vue index 41d10f395..d7b64ac88 100644 --- a/src/views/ebiz/common/MainRiskList.vue +++ b/src/views/ebiz/common/MainRiskList.vue @@ -224,24 +224,25 @@ export default { } if (this.list.length == 0) { - this.$dialog({ message: '暂无可选产品!' }).then(() => { - let thismyurl = '' - if (this.$route.query.orderNo) { - thismyurl = '?orderNo=' + this.$route.query.orderNo - } else if (this.$route.query.proposalOrderNo) { - thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo - } - this.$jump({ - flag: 'goBack', - // extra: { - // url: location.origin + '/#/common/selectedProduct' - // }, - routerInfo: { - type: 1, - path: '/common/selectedProduct' + thismyurl - } - }) - }) + this.$route('暂无可选产品') + // this.$dialog({ message: '暂无可选产品!' }).then(() => { + // let thismyurl = '' + // if (this.$route.query.orderNo) { + // thismyurl = '?orderNo=' + this.$route.query.orderNo + // } else if (this.$route.query.proposalOrderNo) { + // thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo + // } + // this.$jump({ + // flag: 'goBack', + // // extra: { + // // url: location.origin + '/#/common/selectedProduct' + // // }, + // routerInfo: { + // type: 1, + // path: '/common/selectedProduct' + thismyurl + // } + // }) + // }) } } }, @@ -300,24 +301,25 @@ export default { } if (this.list.length == 0) { - this.$dialog({ message: '暂无可选产品!' }).then(() => { - let thismyurl = '' - if (this.$route.query.orderNo) { - thismyurl = '?orderNo=' + this.$route.query.orderNo - } else if (this.$route.query.proposalOrderNo) { - thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo - } - this.$jump({ - flag: 'goBack', - // extra: { - // url: location.origin + '/#/common/selectedProduct' - // }, - routerInfo: { - type: 1, - path: '/common/selectedProduct' + thismyurl - } - }) - }) + this.$route('暂无可选产品') + // this.$dialog({ message: '暂无可选产品!' }).then(() => { + // let thismyurl = '' + // if (this.$route.query.orderNo) { + // thismyurl = '?orderNo=' + this.$route.query.orderNo + // } else if (this.$route.query.proposalOrderNo) { + // thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo + // } + // this.$jump({ + // flag: 'goBack', + // // extra: { + // // url: location.origin + '/#/common/selectedProduct' + // // }, + // routerInfo: { + // type: 1, + // path: '/common/selectedProduct' + thismyurl + // } + // }) + // }) } } },