From 62e98b9e3fd5e9073da760891477958a7970696c Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Wed, 23 Jul 2025 00:21:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E9=9C=80=E6=B1=82=E4=B8=8A=E6=8A=A5?= =?UTF-8?q?=E9=83=A8=E5=88=86=E5=AD=97=E6=AE=B5=E9=BB=98=E8=AE=A4null?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project-demand/summary/add.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/project-demand/summary/add.vue b/src/views/project-demand/summary/add.vue index 0d04c0f..30f15cb 100644 --- a/src/views/project-demand/summary/add.vue +++ b/src/views/project-demand/summary/add.vue @@ -462,10 +462,10 @@ const showSingleTable = ref(false) const otherFileList = ref([]) const singleList = ref([]) const formData = ref({ - isWithinBudget: false, - isSpecialFund: false, - industryUniversityResearch: '1', - governmentDeclaration: '1', + isWithinBudget: null, + isSpecialFund: null, + industryUniversityResearch: null, + governmentDeclaration: null, other: '无', resultForm: [] })