This commit is contained in:
yanran200730
2022-01-07 18:52:33 +08:00
parent 0de774d55e
commit 3f27a09ffa

View File

@@ -395,7 +395,7 @@
if (v) {
this.instance.post('/app/appclapeventinfo/finishByManager', {
...this.form,
groupName: this.dictList.filter(v => v.id === this.form.value)[0].label,
groupName: this.dictList.filter(v => v.dictValue === this.form.groupId)[0].dictName,
id: this.params.id
}).then(res => {
if (res?.code == 0) {