From 57451296729e00be76124e4a6be7c14bdf67c0e6 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期三, 02 八月 2023 10:41:17 +0800 Subject: [PATCH] yxh增加了杂费申请 --- src/views/project/fund/fundApply/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/project/fund/fundApply/index.vue b/src/views/project/fund/fundApply/index.vue index b1872b8..229e81c 100644 --- a/src/views/project/fund/fundApply/index.vue +++ b/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; -- Gitblit v1.9.3