From 69a56969fe9ee4084a03f88a5c93123587b1df65 Mon Sep 17 00:00:00 2001 From: WXL <wl_5969728@163.com> Date: 星期四, 18 九月 2025 13:43:06 +0800 Subject: [PATCH] 档案管理 --- src/views/project/components/fundsummary/index.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/views/project/components/fundsummary/index.vue b/src/views/project/components/fundsummary/index.vue index 6ada3d8..4911f64 100644 --- a/src/views/project/components/fundsummary/index.vue +++ b/src/views/project/components/fundsummary/index.vue @@ -54,8 +54,6 @@ </template> <script> -//杩欓噷鍙互瀵煎叆鍏朵粬鏂囦欢锛堟瘮濡傦細缁勪欢锛屽伐鍏穓s锛岀涓夋柟鎻掍欢js锛宩son鏂囦欢锛屽浘鐗囨枃浠剁瓑绛夛級 -//渚嬪锛歩mport 銆婄粍浠跺悕绉般�� from '銆婄粍浠惰矾寰勩��'; import { getDonationCost, exportFundCost } from "@/api/project/financesubject"; export default { name: "fundsummary", @@ -916,13 +914,12 @@ getDonationCost(donorno).then((res) => { if (res.code == 200) { let resList = res.data; - debugger var arr = []; for (var i in resList) { arr.push(resList[i]); } - let arr1 = arr.slice(0, 53); + let arr1 = arr.slice(0, 53); arr1.forEach((item, i) => { if (item !== 0) { this.fundList[i].amount = item.toFixed(2); -- Gitblit v1.9.3