bug
This commit is contained in:
@@ -395,7 +395,7 @@
|
|||||||
if (v) {
|
if (v) {
|
||||||
this.instance.post('/app/appclapeventinfo/finishByManager', {
|
this.instance.post('/app/appclapeventinfo/finishByManager', {
|
||||||
...this.form,
|
...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
|
id: this.params.id
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user