From 8b96bea8e7bd60c46b0ad022870888ef73ff2fb4 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Fri, 29 Mar 2024 09:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E4=BF=9D=E6=B8=A0=E9=81=93=E5=90=90?= =?UTF-8?q?=E8=BF=87=E6=B2=A1=E6=9C=89=E4=BA=A7=E5=93=81=E5=8F=AF=E9=80=89?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E4=BF=A1=E6=81=AF=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=B8=BA=E8=AF=B7=E6=8F=90=E7=A4=BA=E4=B8=8D=E5=86=8D=E9=98=BB?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/MainRiskList.vue | 74 +++++++++++++------------- 1 file changed, 38 insertions(+), 36 deletions(-) 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 + // } + // }) + // }) } } },