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