From a886764374c7ee326bd632110fc6f518c5343e52 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 18 十一月 2024 09:00:57 +0800
Subject: [PATCH] 项目管理

---
 src/views/safetyReview/baseSet/openApply/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/safetyReview/baseSet/openApply/index.vue b/src/views/safetyReview/baseSet/openApply/index.vue
index ff5f84c..d50a03d 100644
--- a/src/views/safetyReview/baseSet/openApply/index.vue
+++ b/src/views/safetyReview/baseSet/openApply/index.vue
@@ -49,7 +49,7 @@
 const { queryParams, total, dataList } = toRefs(data);
 
 onMounted(() => {
-    getList();
+    // getList();
 });
 const getList = async () => {
     loading.value = true;

--
Gitblit v1.9.2