From f3004e4dc475e6a81ac884d166fc472b052a3ab4 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期三, 11 十月 2023 17:16:08 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/opo-web --- src/views/project/fundcheck/expertFeeCheck/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/project/fundcheck/expertFeeCheck/index.vue b/src/views/project/fundcheck/expertFeeCheck/index.vue index c3cc7b7..8fc2cff 100644 --- a/src/views/project/fundcheck/expertFeeCheck/index.vue +++ b/src/views/project/fundcheck/expertFeeCheck/index.vue @@ -641,6 +641,8 @@ mounted() { if (grtItem("expertFeeCheck")) { this.queryParams = grtItem("expertFeeCheck"); + this.queryParams.APPLICATIONBEGTIME = ''; + this.queryParams.APPLICATIONENDTIME =''; }; this.selectReporters(); this.getlistOrganization(); @@ -980,7 +982,7 @@ path: "/finance/applyDetail/", query: { id: row.id, - businessType: "2", + businessType: "1", beforehandType:'1', operationType: "check", } -- Gitblit v1.9.3