This commit is contained in:
liuye
2022-11-17 15:13:32 +08:00
parent f79bae4d7b
commit 37dd13a5e3
2 changed files with 2 additions and 2 deletions

View File

@@ -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,
},

View File

@@ -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) {