From 1c678c6fc8bbb7974ceb57d95c96e3ed2f4c2676 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 01 九月 2023 16:45:30 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/opo-web --- src/views/project/fundcheck/officeExpenseCheck/index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/project/fundcheck/officeExpenseCheck/index.vue b/src/views/project/fundcheck/officeExpenseCheck/index.vue index 029c053..6655548 100644 --- a/src/views/project/fundcheck/officeExpenseCheck/index.vue +++ b/src/views/project/fundcheck/officeExpenseCheck/index.vue @@ -12,7 +12,7 @@ </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" + <el-input v-model="queryParams.APPLICANT" placeholder="璇疯緭鍏ョ敵璇蜂汉濮撳悕" clearable size="small" @keyup.enter.native="handleQuery" /> </el-form-item> </el-col> @@ -638,12 +638,14 @@ this.getCurFundType(); this.getUsermsg(); }, + mounted() { this.selectReporters(); this.getlistOrganization(); //his.getlistUser(); this.getlistbypower(); }, + methods: { selectapplication() { this.queryParams.APPLICATIONBEGTIME = this.createTime[0]; @@ -1372,7 +1374,7 @@ //鑾峰彇璐圭敤绫诲瀷 getCurFundType() { - getFundTypeAll(3).then((res) => { + getFundTypeAll(4).then((res) => { let dataList = res.data; this.fundtypeArrAll = dataList; this.fundtypeArr = []; -- Gitblit v1.9.3