From 410d68c849410b4aa28be97bf60eb3af77641aa1 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期二, 08 八月 2023 11:12:47 +0800 Subject: [PATCH] yxh --- src/views/project/fund/expertFeeFundApply/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/project/fund/expertFeeFundApply/index.vue b/src/views/project/fund/expertFeeFundApply/index.vue index b3f77d6..be82940 100644 --- a/src/views/project/fund/expertFeeFundApply/index.vue +++ b/src/views/project/fund/expertFeeFundApply/index.vue @@ -866,7 +866,7 @@ this.form.donorno = this.curCase.donorno; this.form.name = this.curCase.name; this.form.infoid = this.curCase.id; - + this.form.username = this.defaultperson.nickName; this.form.userno = this.defaultperson.userName; this.form.phone = this.defaultperson.phonenumber; @@ -1022,7 +1022,7 @@ //鏌ユ壘鏄惁瀛樺湪鐧昏瀹屾垚璁板綍 //鍒ゆ柇鏄惁瀛樺湪涓婃姤璁板綍 row.recordstatus = 0; - + console.log("updateFund", row); updateFund(row).then((response) => { if (response.code == 200) { this.$message({ @@ -1496,7 +1496,7 @@ this.queryParams.params["endReporttime"] = this.daterangeReporttime[1]; } // this.queryParams.residencetown = this.$refs.areaSelect.getQu(); - + console.log("111", this.queryParams); listDonatebaseinfo(this.queryParams).then((response) => { this.donatebaseinfoList = response.rows; -- Gitblit v1.9.3