diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 09fa768e6..80713e77d 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -2059,7 +2059,11 @@ 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 + } } }) },