From c7c376e151fd91c6b94b72b691e9b158755723a8 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 11 九月 2023 15:23:48 +0800 Subject: [PATCH] 11 --- src/views/project/fundcheck/officeExpenseCheck/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/project/fundcheck/officeExpenseCheck/index.vue b/src/views/project/fundcheck/officeExpenseCheck/index.vue index 6655548..314465e 100644 --- a/src/views/project/fundcheck/officeExpenseCheck/index.vue +++ b/src/views/project/fundcheck/officeExpenseCheck/index.vue @@ -6,14 +6,14 @@ <el-form-item label="鐢宠鏃ユ湡" prop="createTime"> <el-date-picker format="yyyy-MM-dd" @change="selectapplication" value-format="yyyy-MM-dd" v-model="createTime" type="daterange" range-separator="鑷�" start-placeholder="鐢宠寮�濮嬫棩鏈�" end-placeholder="鐢宠缁撴潫鏃ユ湡" - @keyup.enter.native="handleQuery"> + @keyup.enter.native="flowconclusion"> </el-date-picker> </el-form-item> </el-col> <el-col :span="5"> <el-form-item label="缁忓姙浜�" prop="APPLICANT" style="float: left"> <el-input v-model="queryParams.APPLICANT" placeholder="璇疯緭鍏ョ敵璇蜂汉濮撳悕" clearable size="small" - @keyup.enter.native="handleQuery" /> + @keyup.enter.native="flowconclusion" /> </el-form-item> </el-col> <el-col :span="5"> @@ -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