ZaiZai 9 달 전
부모
커밋
39a91ad58a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/project/detail/detail.vue

+ 2 - 2
src/views/project/detail/detail.vue

@@ -64,8 +64,8 @@ const getDataApi = async () => {
     if (!isNullES(tab)) {
         tabsKey.value = tab
     }
-    getStoragePeriodList()
-    getSecurityLevelList()
+    getStoragePeriodList().then()
+    getSecurityLevelList().then()
 }
 
 //获取项目详情