diff --git a/src/views/customerReport/combinationDetails.vue b/src/views/customerReport/combinationDetails.vue index c2e3c23..0497f99 100644 --- a/src/views/customerReport/combinationDetails.vue +++ b/src/views/customerReport/combinationDetails.vue @@ -45,7 +45,7 @@ > - +
查询
@@ -403,8 +403,8 @@ page-break-before: avoid;}}`, // 去除页眉页脚 body.customerOrgs = customerOrgs; body.asbitemId = asbitemIds; - // if (this.patientRegister.query.checkCompleteFlag) - // body.completeFlag = this.patientRegister.query.checkCompleteFlag; + if (this.patientRegister.query.checkCompleteFlag) + body.completeFlag = this.patientRegister.query.checkCompleteFlag; //console.log('/api/app/peisreport/getpatientregisterreport',body) postapi("/api/customerreport/getasbitemspecificresultreport", body).then(