From b6818d430e711f5022145c89bdc3a30dd9d4ee38 Mon Sep 17 00:00:00 2001
From: Esacpe <1113279529@qq.com>
Date: Tue, 15 Jul 2025 20:46:37 +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
---
.../ChooseList/ChooseMarks/index.vue | 22 ++++++++++---------
src/components/ChooseList/ChooseQt/index.vue | 16 +++++++-------
src/components/ChooseList/ChooseXs/index.vue | 6 ++---
src/components/ChooseList/ChooseZdr/index.vue | 16 +++++++-------
.../PreliminaryExcavations/index.vue | 5 +----
.../myControl/components/addBkdx.vue | 3 ++-
6 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/src/components/ChooseList/ChooseMarks/index.vue b/src/components/ChooseList/ChooseMarks/index.vue
index 8ee3391..621aa74 100644
--- a/src/components/ChooseList/ChooseMarks/index.vue
+++ b/src/components/ChooseList/ChooseMarks/index.vue
@@ -10,7 +10,7 @@
重置
-
+
@@ -31,8 +31,8 @@
diff --git a/src/components/ChooseList/ChooseXs/index.vue b/src/components/ChooseList/ChooseXs/index.vue
index d7ff325..ced58a8 100644
--- a/src/components/ChooseList/ChooseXs/index.vue
+++ b/src/components/ChooseList/ChooseXs/index.vue
@@ -32,10 +32,10 @@
diff --git a/src/components/ChooseList/ChooseZdr/index.vue b/src/components/ChooseList/ChooseZdr/index.vue
index 342ff03..234c0bb 100644
--- a/src/components/ChooseList/ChooseZdr/index.vue
+++ b/src/components/ChooseList/ChooseZdr/index.vue
@@ -52,14 +52,14 @@
diff --git a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue
index a129af5..404a8a6 100644
--- a/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue
+++ b/src/views/backOfficeSystem/ExcavationResearch/PreliminaryExcavations/index.vue
@@ -107,7 +107,7 @@
-
+
@@ -282,9 +282,6 @@ const chooseType = (val)=>{
}
}
-const handleImport = (val) =>{
- getList()
-}
const tabHeightFn = () => {
pageData.tableHeight2 = window.innerHeight - searchBox.value.offsetHeight - 650;
diff --git a/src/views/backOfficeSystem/IntelligentControl/myControl/components/addBkdx.vue b/src/views/backOfficeSystem/IntelligentControl/myControl/components/addBkdx.vue
index 45dd579..a9e7ae9 100644
--- a/src/views/backOfficeSystem/IntelligentControl/myControl/components/addBkdx.vue
+++ b/src/views/backOfficeSystem/IntelligentControl/myControl/components/addBkdx.vue
@@ -249,7 +249,7 @@ const get_bkqy_list = (row) =>{
const getDataById = (id) =>{
qcckGet({},'/mosty-gsxt/tbGsxtBk/selectVoById/'+id).then(res=>{
res.bkfj = res.bkfj ? res.bkfj.split(',') : [];
- res.bkqyList = res.qyList || [];
+ res.bkqyList = res.qyList ? res.qyList.map(v=>v.id) : [];
listQuery.value = res || {}
})
}
@@ -310,6 +310,7 @@ const handleAddPeo = () =>{
listQuery.value.bkDx == '01' ? chooseVisible_RY.value = true : chooseVisible_QT.value = true;
}
+
// 提交
const submit = () => {
elform.value.validate((validate) => {