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();