diff --git a/src/views/certification/certificationList/index.vue b/src/views/certification/certificationList/index.vue index 0766a1e..e2c2898 100644 --- a/src/views/certification/certificationList/index.vue +++ b/src/views/certification/certificationList/index.vue @@ -154,7 +154,6 @@ async function getPageList() { .catch(() => { throw new Error() }) - hideLoading() if (data.length > 0) { allData.value = data