From 4ad687f3033d5f43b629b71238ba4f1093dcae9f Mon Sep 17 00:00:00 2001 From: zhangyichen <5277314+zacty@user.noreply.gitee.com> Date: Wed, 30 Mar 2022 11:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2052200=20=E6=B3=95?= =?UTF-8?q?=E8=A7=84=E6=B8=85=E5=8D=95--=E8=BD=A6=E5=9E=8B=E7=B1=BB?= =?UTF-8?q?=E5=88=AB=E6=B8=85=E5=8D=95=EF=BC=8C=E6=9F=A5=E7=9C=8B=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E4=B8=80=E7=9B=B4=E8=BD=AC=E5=9C=88=EF=BC=8Cloading?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=BF=87=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/details.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue index ddcd87b5e..1145a49cd 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue @@ -815,6 +815,7 @@ export default { }); this.standinfoList = res.data.records; this.standardFormTotal = res.data.total; + this.total = res.data.total; this.standinfoList.forEach(item => { if (item.standYear === null) { item.standNumber = item.standSortShow + " " + item.standNumber;