From d14db53ba949ed5089e8ad90faab964a00a7b2bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Wed, 16 Oct 2024 16:58:24 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E4=BD=9C=E4=B8=9A=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E6=89=A7=E8=A1=8C=E4=B8=8A=E6=96=99=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E9=94=99=E8=AF=AF=E7=9A=84bug=202.=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=9C=88=E5=BA=A6=E8=AE=A1=E5=88=92=E7=BC=96=E5=88=B6?= =?UTF-8?q?=E7=9A=84=E9=80=89=E6=8B=A9=E5=88=97=203.=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/components/fd/czfdzgtcx.vue | 10 +++++----- src/views/jhzx/symxCX.vue | 1 - src/views/zyjhzx/components/SliaoSearch.vue | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/dashboard/components/fd/czfdzgtcx.vue b/src/views/dashboard/components/fd/czfdzgtcx.vue index 59c4d9c..9bba732 100644 --- a/src/views/dashboard/components/fd/czfdzgtcx.vue +++ b/src/views/dashboard/components/fd/czfdzgtcx.vue @@ -8,9 +8,9 @@ + :key="item.czbh" + :label="item.czbh" + :value="item.czbh"> @@ -197,10 +197,10 @@ export default { const tmpList=[] const data=[] for (const item of response.data.czbhs) { - if (tmpList.includes(item.cbbm)){ + if (tmpList.includes(item.czbh)){ continue } - tmpList.push(item.cbbm) + tmpList.push(item.czbh) data.push(item) } this.projectData = data diff --git a/src/views/jhzx/symxCX.vue b/src/views/jhzx/symxCX.vue index e53a320..475ffcf 100644 --- a/src/views/jhzx/symxCX.vue +++ b/src/views/jhzx/symxCX.vue @@ -1215,7 +1215,6 @@ export default { }, ],*/ tableColumn:[ - { type: 'checkbox', width: 50 ,}, { type: 'seq', width: 60, title: '序号',fixed: "left"}, { field: 'dcCh', title: '船号',width: 100, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], diff --git a/src/views/zyjhzx/components/SliaoSearch.vue b/src/views/zyjhzx/components/SliaoSearch.vue index f5b4865..50ec34f 100644 --- a/src/views/zyjhzx/components/SliaoSearch.vue +++ b/src/views/zyjhzx/components/SliaoSearch.vue @@ -69,7 +69,7 @@ export default { }, search(){ this.queryParam.dcCh=this.$refs.projectSelectRef.getDcch() - this.$emit('search') + this.$emit('search',this.queryParam) }, getQueryParam(){ return this.queryParam