|
@@ -30,6 +30,9 @@ Component({
|
|
methods: {
|
|
methods: {
|
|
onFilterHandel(filters) {
|
|
onFilterHandel(filters) {
|
|
this.filters = filters;
|
|
this.filters = filters;
|
|
|
|
+ if (!filters.type) {
|
|
|
|
+ this.filters.type = "检查报告";
|
|
|
|
+ }
|
|
this.flatRef.refresh();
|
|
this.flatRef.refresh();
|
|
},
|
|
},
|
|
|
|
|
|
@@ -48,6 +51,7 @@ Component({
|
|
},
|
|
},
|
|
|
|
|
|
onAutoFilter(patient) {
|
|
onAutoFilter(patient) {
|
|
|
|
+ console.log("onAutoFilter", patient);
|
|
if (patient) {
|
|
if (patient) {
|
|
this.hisPatientId = patient.hisPatientId;
|
|
this.hisPatientId = patient.hisPatientId;
|
|
}
|
|
}
|