diff --git a/src/views/modules/sys/icvaccineprarmeter-check.vue b/src/views/modules/sys/icvaccineprarmeter-check.vue index e91393ca7..fefd848f0 100644 --- a/src/views/modules/sys/icvaccineprarmeter-check.vue +++ b/src/views/modules/sys/icvaccineprarmeter-check.vue @@ -364,7 +364,11 @@ export default { checkState: type, // 0-未审核 1-未通过 2-已通过 checkReason: '', unitId: this.unitId || '', - homeName: this.dataForm.homeName || '' + homeName: this.agencyObj.homeName || '', + villageId: this.agencyObj.villageId || '', + buildId: this.agencyObj.buildId || '', + unitId: this.agencyObj.unitId || '', + homeId: this.agencyObj.homeId || '' } if (type == '1') { this.$prompt('请输入不通过的原因', '提示', {