Browse Source

健康报告改

mw_666 3 years ago
parent
commit
29263a139f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/HealthControl/HealthTab1.vue

+ 3 - 2
src/views/HealthControl/HealthTab1.vue

@@ -150,9 +150,10 @@ export default {
       this.reportshow = true;
       this.reportparams = {
         wtId: item.wtid,
-        recorddate: new Date(item.createdate).formatDate("yyyy-MM-dd"),
+        recorddate: recorddate,
       };
-	  // this.$refs.eport.getReport(item.wtid,recorddate);
+	  console.log(this.reportparams)
+	  this.$refs.eport.getReport(item.wtid,recorddate);
     },
     // 关闭健康报告
     closed() {