From 7914948c5132484c7af11542e593735b2a1d26b0 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Thu, 14 Apr 2022 15:02:41 +0800 Subject: [PATCH] feat: There is no way the, bug #52583 --- src/pages/details/otherLawsStandDetails/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/details/otherLawsStandDetails/index.vue b/src/pages/details/otherLawsStandDetails/index.vue index 4c3b9b96d..b83f9b801 100644 --- a/src/pages/details/otherLawsStandDetails/index.vue +++ b/src/pages/details/otherLawsStandDetails/index.vue @@ -1679,6 +1679,8 @@ export default { } }) window.open(routeUrl.href, '_blank') + }else { + this.$message.error('政策号已不存在!') } }, e => { })