From 879a352dc128d9ec0ba8b5f8035bb5aa959f5d29 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 04 九月 2023 13:56:43 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/opo-web
---
src/views/project/fundcheck/officeExpenseCheck/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/project/fundcheck/officeExpenseCheck/index.vue b/src/views/project/fundcheck/officeExpenseCheck/index.vue
index 6655548..04d41c5 100644
--- a/src/views/project/fundcheck/officeExpenseCheck/index.vue
+++ b/src/views/project/fundcheck/officeExpenseCheck/index.vue
@@ -552,7 +552,7 @@
APPLICATIONBEGTIME: null,
APPLICATIONENDTIME: null,
CHECKFLAG: 1,
- APPLYTYPE: 3,
+ APPLYTYPE: 4,
},
// 琛ㄥ崟鍙傛暟
form: {},
@@ -654,10 +654,10 @@
getlistbypower() {
this.loading = true;
// this.queryParams.params = {};
+ console.log("this.queryParams",this.queryParams);
listbypower(this.queryParams).then((res) => {
this.loading = false;
let list = res.rows;
- let arr = [];
this.total = res.total;
this.donateconsolationfundList = list;
});
--
Gitblit v1.9.3