diff --git a/src/components/CustomFormComponents/InputForStandardsForLaws.vue b/src/components/CustomFormComponents/InputForStandardsForLaws.vue new file mode 100644 index 000000000..312eb75b1 --- /dev/null +++ b/src/components/CustomFormComponents/InputForStandardsForLaws.vue @@ -0,0 +1,390 @@ + + + + + diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 461fd431f..efdb5d22c 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -3077,11 +3077,7 @@ export default { userId: this.$store.getters.userInfo.userId }, {}, res => { if (res.ok) { - for (let i in res.data) { - let arr = res.data[i].children - arr.push(arr.shift()) this.treeList = res.data - } } }) }, diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 7f861eec9..e88d0a094 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -2057,11 +2057,7 @@ export default { userId: this.$store.getters.userInfo.userId }, {}, res => { if (res.ok) { - for (let i in res.data) { - let arr = res.data[i].children - arr.push(arr.shift()) this.treeList = res.data - } } }) }, diff --git a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue index 93d33881c..044cb6584 100644 --- a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue +++ b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue @@ -538,7 +538,7 @@ > -