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) => {