From c01c66c8ca70047f28a87be10e7016e375bca8c4 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 1 Mar 2022 10:03:49 +0800 Subject: [PATCH 1/9] BUG 27819 --- project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue index fc279c2b..c3757082 100644 --- a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue +++ b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue @@ -214,7 +214,7 @@ export default { if (v) { if (this.lock) return this.$message.error("请勿多次提交!") this.lock = true - this.instance.post("/app/wxcp/wxuser/empower", this.dialogForm).then(res => { + this.instance.post("/user/edit", this.dialogForm).then(res => { this.lock = false if (res?.code == 0) { this.dialog = false; From 04b2f02a13dca7ab9e423551569e62a7712fb248 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 1 Mar 2022 10:15:44 +0800 Subject: [PATCH 2/9] BUG 27747 --- .../xiushan/apps/finance/AppFinanceProduct/productDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue b/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue index 5c124a73..6086dbd1 100644 --- a/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue +++ b/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue @@ -3,7 +3,7 @@ @@ -29,8 +30,10 @@ {{ detail.phone }} - - + + @@ -119,5 +122,10 @@ export default { diff --git a/project/xiushan/apps/finance/AppFinanceProduct/productList.vue b/project/xiushan/apps/finance/AppFinanceProduct/productList.vue index a90ea999..7de37d89 100644 --- a/project/xiushan/apps/finance/AppFinanceProduct/productList.vue +++ b/project/xiushan/apps/finance/AppFinanceProduct/productList.vue @@ -31,7 +31,7 @@ @@ -120,13 +120,12 @@ export default { this.$message.success("修改成功!") this.getTableData() } else { - + } }) } }, created() { - this.dict.load("enterpriseName") this.getTableData() } } @@ -134,5 +133,6 @@ export default { From 3c7983bf65b4b477b574221789b8cf2faa604120 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 1 Mar 2022 10:27:50 +0800 Subject: [PATCH 4/9] BUG 27776 --- project/xiushan/apps/financing/AppGrabLog/grabList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/financing/AppGrabLog/grabList.vue b/project/xiushan/apps/financing/AppGrabLog/grabList.vue index e4afaa90..561425f8 100644 --- a/project/xiushan/apps/financing/AppGrabLog/grabList.vue +++ b/project/xiushan/apps/financing/AppGrabLog/grabList.vue @@ -53,7 +53,7 @@ export default { {label: "申请时间", prop: "createTime"}, {label: "联系人", prop: "name"}, {label: "联系方式", prop: "phone"}, - {label: "客户经理", prop: "auditUserName"}, + {label: "贷款经理", prop: "auditUserName"}, {label: "贷款银行", prop: "organizationName"}, {label: "放款金额", prop: "auditAmount"}, {label: "状态", prop: "status", dict: "financingDemandStatus"}, From f01a37a883a2ac3cf2e7b25d9b5222d50bc9e6c4 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 1 Mar 2022 10:28:54 +0800 Subject: [PATCH 5/9] BUG 27778 --- project/xiushan/apps/financing/AppGrabLog/grabDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue index 972b1752..67dc36ae 100644 --- a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue +++ b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue @@ -2,7 +2,7 @@
- @@ -58,11 +58,11 @@ {{ dict.getLabel('productRepaymentTimeline', detail.auditLifespan) }} - {{ detail.auditTime }} + {{ detail.auditTime }} {{ detail.auditDescription }} - + @@ -82,7 +82,7 @@ :selectList="dict.getDict('productRepaymentTimeline')"/> - + From f20a2d8146de1d2d288810e9dbae7424c8273ee4 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 1 Mar 2022 10:34:44 +0800 Subject: [PATCH 8/9] BUG 27793 --- project/xiushan/apps/financing/AppGrabLog/grabDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue index d0ab7162..4256c363 100644 --- a/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue +++ b/project/xiushan/apps/financing/AppGrabLog/grabDetail.vue @@ -35,7 +35,7 @@ {{ dict.getLabel('financingDemandStatus', detail.status) }} {{ detail.organizationName }} {{ detail.auditUserName }} - {{ detail.phone }} + {{ detail.auditPhone }} - +