From 0d3e40276bddbfd976246d669189a489303b82be Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Thu, 23 Dec 2021 17:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=B8=85=E5=8D=95=20-=20?= =?UTF-8?q?=E8=AF=A6=E6=83=85=20-=20=E6=9F=A5=E8=AF=A2=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=92=8C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/details.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue index cc4e4049d..e7dc5fc86 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue @@ -50,7 +50,12 @@
- + + + + @@ -97,6 +102,7 @@
+ 数据获取中 { + this.standInfoTableLoading = false }); }else{ this.$http.get("sarLawsAttrDetailedList/sar-laws-attr-detailed-list/selectLawsById", { @@ -524,7 +534,9 @@ export default { item.standNumber = item.standSortShow + " " + item.standNumber + "-" + item.standYear; } }); + this.standInfoTableLoading = false }, e => { + this.standInfoTableLoading = false }); } }, @@ -577,6 +589,7 @@ export default { resetSelect() { this.standardForm.zrbm = ""; this.standardForm.standName = ""; + this.standardForm.standNumber = ""; this.standardForm.responseUnit = ""; this.selectInfobyAccid(); this.selectInfoMore();