From 4e878d7594d6e76f699c13ae17a29d10c81dabe2 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Thu, 9 Sep 2021 16:14:21 +0800 Subject: [PATCH] feat: There is no way the --- src/pages/details/otherStandardDetails/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 })