src/views/project/fund/fundApply/index.vue
@@ -447,7 +447,7 @@ getdownloadSS, getdownloadYX, getdownloadBX, batchUploadFund, addorupdateFund, getdownloadLL, getdetailsByItemId, } from "@/api/project/fund"; @@ -1053,7 +1053,7 @@ } this.form.serviceFunddetails = this.fundDetailArr; batchUploadFund(this.form).then((response) => { addorupdateFund(this.form).then((response) => { if (response.code === 200) { this.$modal.msgSuccess("新增成功"); this.loading = false;