Browse Source

优化

feature
zhaoyongnian 3 years ago
parent
commit
238feec4b3
  1. 6
      src/views/modules/sys/icvaccineprarmeter-check.vue

6
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('请输入不通过的原因', '提示', {

Loading…
Cancel
Save