|
@@ -130,7 +130,7 @@ export default {
|
130
|
130
|
getInspectionDetail(patientid, date, this.project_id).then(response => {
|
131
|
131
|
if (response.data.state === 1) {
|
132
|
132
|
var InspectionDetail = response.data.data.InspectionDetail;
|
133
|
|
- console.log("数据是", InspectionDetail);
|
|
133
|
+ //console.log("数据是", InspectionDetail);
|
134
|
134
|
this.InspectionDetail = InspectionDetail;
|
135
|
135
|
}
|
136
|
136
|
});
|