diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 423e5b24c..632631e7c 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -61,7 +61,7 @@ standMap[sarStandardsInfoEO.standNature] || '-' }}
- {{ textStatusMap[sarStandardsInfoEO.textStatus] || '-' }} @@ -2904,7 +2904,6 @@ export default { location.half = half location.showAll = false }) - console.log(standEO); this.$http.get('sarLawsAttrDetailedList/sar-laws-attr-detailed-list', { id: this.$route.params.id @@ -2925,6 +2924,7 @@ export default { }) this.dynamicFormField = displayLocation }) + console.log(displayLocation) sessionStorage.setItem('displayLocation', JSON.stringify(displayLocation)) this.loading = false })