From 5883f4123ebaea3f71e28559507e501eeb14b6d5 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 3 Mar 2022 09:01:37 +0800 Subject: [PATCH 01/10] BUG 27987 --- project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue index fe4f60dc..eed6ae40 100644 --- a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue +++ b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue @@ -238,6 +238,7 @@ export default { if (res?.code == 0) { this.$message.success("提交成功!") this.accountDialog = false + this.getTableData(); } }) } From e3039012626228f4bc097494240d87fa7add2a4a Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 3 Mar 2022 10:06:28 +0800 Subject: [PATCH 02/10] BUG 27988 --- .../apps/AppAccountXiushan/AppAccountXiushan.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue index eed6ae40..fb9d8c91 100644 --- a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue +++ b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue @@ -35,7 +35,7 @@ - + - + + @@ -61,10 +62,8 @@ - + { + let areaFullName = this.dialogForm.areaName + this.instance.post("/user/empower", {...this.dialogForm, areaFullName}).then(res => { this.lock = false if (res?.code == 0) { this.dialog = false; From 31935a80b98e9f1ce9834b936fae3acc442ccdfe Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 3 Mar 2022 10:37:44 +0800 Subject: [PATCH 03/10] BUG 27996 --- .../finance/AppFinanceProduct/productAdd.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/project/xiushan/apps/finance/AppFinanceProduct/productAdd.vue b/project/xiushan/apps/finance/AppFinanceProduct/productAdd.vue index 6b188ad6..fd2126d4 100644 --- a/project/xiushan/apps/finance/AppFinanceProduct/productAdd.vue +++ b/project/xiushan/apps/finance/AppFinanceProduct/productAdd.vue @@ -11,16 +11,16 @@ - + - + - + - + From 2fb2334e1d9a316ac3aaf9892c020731840d12ac Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 3 Mar 2022 12:03:29 +0800 Subject: [PATCH 04/10] BUG 28002 --- project/xiushan/apps/AppNewsCenter/components/addArticle.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/xiushan/apps/AppNewsCenter/components/addArticle.vue b/project/xiushan/apps/AppNewsCenter/components/addArticle.vue index 03baa566..0de5085e 100644 --- a/project/xiushan/apps/AppNewsCenter/components/addArticle.vue +++ b/project/xiushan/apps/AppNewsCenter/components/addArticle.vue @@ -98,7 +98,7 @@ export default { * */ addOrUpdate(status) { if (Array.isArray(this.articInfo.thumbUrl)) { - this.articInfo.thumbUrl = this.articInfo.thumbUrl[0].url + this.articInfo.thumbUrl = this.articInfo.thumbUrl?.[0]?.url } const msg = +status ? '发布成功' : this.isEdit ? '编辑成功' : '保存成功'; this.instance.post(`/app/appnews/addOrUpdate`, { @@ -135,7 +135,7 @@ export default { } else { this.articInfo.thumbUrl = [] } - + } }) } From e3aef2c7f27028fd5225ee678223c731844243a0 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 3 Mar 2022 12:04:10 +0800 Subject: [PATCH 05/10] BUG 28004 --- project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue index 599f6f69..0245b681 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue @@ -5,7 +5,7 @@