From 37dd13a5e3b0cd6c727ff0f4066ad85d9bb2d875 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 17 Nov 2022 15:13:32 +0800 Subject: [PATCH] bug --- src/project/pingchang/AppWishfulThinking/Content.vue | 2 +- src/project/pingchang/AppWishfulThinking/Detail.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/pingchang/AppWishfulThinking/Content.vue b/src/project/pingchang/AppWishfulThinking/Content.vue index 4a0c99c2..468c0faa 100644 --- a/src/project/pingchang/AppWishfulThinking/Content.vue +++ b/src/project/pingchang/AppWishfulThinking/Content.vue @@ -86,7 +86,7 @@ export default { this.forms.wxUserName = e[0].name }, typeList() { - this.$http.post(`/app/appclapeventgroup/list`, null, { + this.$http.post(`/app/appclapeventgrouppingchang/list`, null, { params: { size: 9999, }, diff --git a/src/project/pingchang/AppWishfulThinking/Detail.vue b/src/project/pingchang/AppWishfulThinking/Detail.vue index 0c1af792..e955f0bd 100644 --- a/src/project/pingchang/AppWishfulThinking/Detail.vue +++ b/src/project/pingchang/AppWishfulThinking/Detail.vue @@ -139,7 +139,7 @@ export default { const getAvatar = str => str?.substring(str?.length, str?.length - 2) const list = this.data.processList.map(e => ({ ...e, - avatar: getAvatar(e.girdMemberName), + avatar: getAvatar(e.wxUserName), statusLabel: this.$dict.getLabel('clapDoStatus', e.doStatus) })) if (this.evaluation && this.evaluation.id) {