|
|
|
@ -350,7 +350,7 @@ export default { |
|
|
|
if (this.patientRegister.query.phone) body.phone = this.patientRegister.query.phone |
|
|
|
if (this.patientRegister.query.completeFlag) body.completeFlag = this.patientRegister.query.completeFlag |
|
|
|
if (this.patientRegister.query.isAudit) body.isAudit = this.patientRegister.query.isAudit |
|
|
|
if (this.patientRegister.query.reportPrintTimes >= 0) body.isReportPrint = this.patientRegister.query.reportPrintTimes |
|
|
|
if (this.patientRegister.query.isReportPrint) body.isReportPrint = this.patientRegister.query.isReportPrint |
|
|
|
if (this.patientRegister.query.isUpload) body.isUpload = this.patientRegister.query.isUpload |
|
|
|
if (this.patientRegister.query.medicalTypeIds) body.medicalTypeIds = this.patientRegister.query.medicalTypeIds |
|
|
|
if (this.patientRegister.query.personnelTypeId) body.personnelTypeId = this.patientRegister.query.personnelTypeId |
|
|
|
|