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 @@