From ee7b82078c5308bcdf221385b6b859d539731277 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 21 Nov 2024 08:31:48 +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