XMLWAN 4 år sedan
förälder
incheckning
b30bb5a216
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/pages/patientCenter/allCheck/index.vue

+ 1 - 1
src/pages/patientCenter/allCheck/index.vue Visa fil

@@ -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
       });