Browse Source

透后评估显示问题

张保健 5 years ago
parent
commit
e3f0131cd4
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/pages/main/today/TodayTab.vue

+ 1 - 3
src/pages/main/today/TodayTab.vue View File

388
         steps[6].value = 1
388
         steps[6].value = 1
389
       }
389
       }
390
       if (
390
       if (
391
-        !isNaN(this.assessment_after_dislysis.id) &&
392
-          this.assessment_after_dislysis.id > 0
393
-      ) {
391
+        !isNaN(this.assessment_after_dislysis.id) && this.assessment_after_dislysis.id > 0  && this.assessment_after_dislysis.creater > 0) {
394
         steps[8].value = 1
392
         steps[8].value = 1
395
       }
393
       }
396
       if (!isNaN(this.treatment_summary.id) && this.treatment_summary.id > 0) {
394
       if (!isNaN(this.treatment_summary.id) && this.treatment_summary.id > 0) {