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: [] })