From fb722a8f8399e20f0a9cbaa13efcece81aecc984 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Sun, 7 Apr 2024 17:19:20 +0800 Subject: [PATCH] 1 --- src/api/paymentRegistration/fundLog.js | 5 +- .../contract/components/editorContract.vue | 23 ++- src/views/contract/contractEdit.vue | 31 +++- src/views/contract/contractList.vue | 23 +-- src/views/finance/paymentRegistrationList.vue | 33 ++-- .../statisticalReport/budgetProgress.vue | 149 +++++++++++++++++- 6 files changed, 221 insertions(+), 43 deletions(-) diff --git a/src/api/paymentRegistration/fundLog.js b/src/api/paymentRegistration/fundLog.js index efcc4c9..3c24108 100644 --- a/src/api/paymentRegistration/fundLog.js +++ b/src/api/paymentRegistration/fundLog.js @@ -1,10 +1,11 @@ import request from "@/utils/request"; -export function getFundLog(params){ +export function getFundLog(params,noloading=false){ return request({ method:'get', url:'/api/admin/fund_log/index', - params + params, + noloading }) } diff --git a/src/views/contract/components/editorContract.vue b/src/views/contract/components/editorContract.vue index 8f530a1..7699032 100644 --- a/src/views/contract/components/editorContract.vue +++ b/src/views/contract/components/editorContract.vue @@ -237,7 +237,7 @@