From 186f6474734f6fe8fe29cc4f5ba8142ae4244a5b Mon Sep 17 00:00:00 2001
From: Esacpe <1113279529@qq.com>
Date: Wed, 16 Jul 2025 10:21:53 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ExcavationResearch/LandingAudit/index.vue | 28 ++----
.../ExcavationResearch/LandingAudit/model.vue | 87 ++++++++++---------
2 files changed, 49 insertions(+), 66 deletions(-)
diff --git a/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue
index 5b47ba9..1d1099b 100644
--- a/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue
+++ b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/index.vue
@@ -37,18 +37,7 @@
- 审核
-
+ 审核
-
+
@@ -85,9 +74,8 @@ const { D_BZ_RCSHZT, D_GS_RQFJ_LX, D_GS_RQFJ_FXDJ, D_BZ_SF, D_GS_RQFJ_FXLB } =
"D_GS_RQFJ_FXLB"
);
-const chooselx = ref('')
const isShow = ref(false)
-const ids = ref([])
+const chooeRow = ref({})
const searchBox = ref(); //搜索框
@@ -191,14 +179,8 @@ const getList = () => {
// 处理数据
const handleDetail = (val,type) =>{
- chooselx.value = type;
- ids.value = [val.id];
- switch(type){
- case '审核':
- if(ids.value.length == 0) return ElMessage.warning("请选择对应的数据");
- isShow.value = true;
- break;
- }
+ chooeRow.value = val;
+ isShow.value = true;
}
// 表格高度计算
const tabHeightFn = () => {
diff --git a/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/model.vue b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/model.vue
index 6ac2734..15cbbe0 100644
--- a/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/model.vue
+++ b/src/views/backOfficeSystem/ExcavationResearch/LandingAudit/model.vue
@@ -1,64 +1,65 @@
-
-
-
-
-
-
-
-
- 取消
- 确定
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file