bug
This commit is contained in:
@@ -86,7 +86,7 @@ export default {
|
|||||||
this.forms.wxUserName = e[0].name
|
this.forms.wxUserName = e[0].name
|
||||||
},
|
},
|
||||||
typeList() {
|
typeList() {
|
||||||
this.$http.post(`/app/appclapeventgroup/list`, null, {
|
this.$http.post(`/app/appclapeventgrouppingchang/list`, null, {
|
||||||
params: {
|
params: {
|
||||||
size: 9999,
|
size: 9999,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ export default {
|
|||||||
const getAvatar = str => str?.substring(str?.length, str?.length - 2)
|
const getAvatar = str => str?.substring(str?.length, str?.length - 2)
|
||||||
const list = this.data.processList.map(e => ({
|
const list = this.data.processList.map(e => ({
|
||||||
...e,
|
...e,
|
||||||
avatar: getAvatar(e.girdMemberName),
|
avatar: getAvatar(e.wxUserName),
|
||||||
statusLabel: this.$dict.getLabel('clapDoStatus', e.doStatus)
|
statusLabel: this.$dict.getLabel('clapDoStatus', e.doStatus)
|
||||||
}))
|
}))
|
||||||
if (this.evaluation && this.evaluation.id) {
|
if (this.evaluation && this.evaluation.id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user