From 6a0c3570f6e3e62b06f7c92359c1bb2d24a4876e Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Thu, 6 Jun 2024 19:50:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E7=9A=84=E4=B8=93=E9=A1=B9=E8=B5=84=E9=87=91?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DetailComponent/SummaryDetail.vue | 2 +- src/views/project-demand/summary/add.vue | 31 ++++++++++--------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/components/DetailComponent/SummaryDetail.vue b/src/components/DetailComponent/SummaryDetail.vue index 0e3c422..0b1f73f 100644 --- a/src/components/DetailComponent/SummaryDetail.vue +++ b/src/components/DetailComponent/SummaryDetail.vue @@ -110,7 +110,7 @@ + v-if="localFormData.specialFundAmount"> {{ localFormData.specialFundAmount }} diff --git a/src/views/project-demand/summary/add.vue b/src/views/project-demand/summary/add.vue index b1cfc7c..647142f 100644 --- a/src/views/project-demand/summary/add.vue +++ b/src/views/project-demand/summary/add.vue @@ -8,25 +8,25 @@ - - + + - + - - - - + {{ getSpecialFundName(formData.specialFund) }} + + + @@ -238,7 +238,7 @@
- + 发布 重新发布
@@ -274,6 +274,7 @@ const showTable = ref(true) const otherFileList = ref([]) const file = ref({}) const formData = ref({ + isSpecialFund: false, industryUniversityResearch: '0', governmentDeclaration: '0', }) @@ -417,7 +418,7 @@ const handleSubmit = debounce(async (instance) => { // } let params = { ...formData.value, - isSpecialFund: formData.value.isSpecialFund? formData.value.isSpecialFund : false, + isSpecialFund: formData.value.isSpecialFund ? formData.value.isSpecialFund : false, deploymentId: deploymentId.value, fileList: otherFiles, singleFile: singleFile, @@ -472,7 +473,7 @@ const handleResubmit = debounce(() => { //todo requirementId let params = { ...formData.value, - isSpecialFund: formData.value.isSpecialFund? formData.value.isSpecialFund : false, + isSpecialFund: formData.value.isSpecialFund ? formData.value.isSpecialFund : false, deploymentId: deploymentId.value, fileList: otherFiles, singleFile: singleFile,