From b471a4cac4a24cfd685a9088472e64746c564ede Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Tue, 19 Jul 2022 13:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055856=20=E9=97=AE?= =?UTF-8?q?=E7=AD=94=20=E9=97=AE=E9=A2=98=E8=BF=87=E5=A4=9A=20=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nonConfomity/pages/rectificationDatabase.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue index 34ea19738..3519daa82 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue @@ -1233,7 +1233,7 @@ export default { let routeUrl = this.$router.resolve({ name: "OtherStandardDetails", params: { - id: item.standId, + id: item.standId ? item.standId : item.id, pageType: "INLAND_STAND" } });