diff --git a/src/views/modules/shequzhili/analysis/formList.vue b/src/views/modules/shequzhili/analysis/formList.vue index 1fa3b54ee..7a4635db2 100644 --- a/src/views/modules/shequzhili/analysis/formList.vue +++ b/src/views/modules/shequzhili/analysis/formList.vue @@ -125,7 +125,7 @@ export default { try { const url = "/governance/dwdEvent/list"; if(this.recId){ - this.formData.secondIdList = [this.recId]; + this.formData.firstIdList = [this.recId]; } if(this.departId){ this.formData.departId = this.departId;