diff --git a/src/components/customerdemand/index.vue b/src/components/customerdemand/index.vue index f72739e..6a49cb7 100644 --- a/src/components/customerdemand/index.vue +++ b/src/components/customerdemand/index.vue @@ -2,8 +2,8 @@
- - + + 查询 @@ -63,6 +63,7 @@ const props = defineProps({ // 查询条件 const queryParams = reactive({ project_id: props.productid, + theme: '' }); const { dictData } = useDictData('project_type,project_content,bidding_method,relationship,information_sources,construction_funds_sources,construction_financial_status,construction_recognition,my_construction_recognition,strategic_significance,industry,unit_nature') diff --git a/src/components/project/index.vue b/src/components/project/index.vue index 6deb8d3..c9a11ae 100644 --- a/src/components/project/index.vue +++ b/src/components/project/index.vue @@ -3,7 +3,7 @@ - + 查询 @@ -87,8 +87,8 @@ const props = defineProps({ }) // 查询条件 const queryParams = reactive({ - custom_name: '', - project_type: "", + name: '', + customer_id: props.customer_id }); const { dictData } = useDictData('project_type,project_content,bidding_method,relationship,information_sources,construction_funds_sources,construction_financial_status,construction_recognition,my_construction_recognition,strategic_significance,industry,unit_nature') diff --git a/src/views/competitor/detail.vue b/src/views/competitor/detail.vue index 15485c3..21232e5 100644 --- a/src/views/competitor/detail.vue +++ b/src/views/competitor/detail.vue @@ -1,7 +1,7 @@ - - + - + + +