ZaiZai 9 meses atrás
pai
commit
39a91ad58a
1 arquivos alterados com 2 adições e 2 exclusões
  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()
 }
 
 //获取项目详情