Browse Source

库存显示展示

XMLWAN 2 years ago
parent
commit
f894f37d03
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/user/firstDisease.vue

+ 3 - 3
src/xt_pages/user/firstDisease.vue View File

684
          var differential_diagnosis = ""
684
          var differential_diagnosis = ""
685
          var treatment_plan = ""
685
          var treatment_plan = ""
686
          if(this.$refs.editorTen.content == ""){
686
          if(this.$refs.editorTen.content == ""){
687
-            main_content = this.hosDetail.content
687
+            main_content = this.hosDetail.main_content
688
          }else{
688
          }else{
689
            main_content = this.$refs.editorTen.content
689
            main_content = this.$refs.editorTen.content
690
          }
690
          }
692
          if(this.$refs.editorTenOne.content == ""){
692
          if(this.$refs.editorTenOne.content == ""){
693
             patient_case = this.hosDetail.patient_case
693
             patient_case = this.hosDetail.patient_case
694
          }else{
694
          }else{
695
-            patient_case = this.$refs.editorTenOne.conten
695
+            patient_case = this.$refs.editorTenOne.content
696
          }
696
          }
697
 
697
 
698
          if(this.$refs.editorTenTwo.content == ""){
698
          if(this.$refs.editorTenTwo.content == ""){
716
          if(this.$refs.editorTenFive.content == ""){
716
          if(this.$refs.editorTenFive.content == ""){
717
             treatment_plan = this.hosDetail.treatment_plan
717
             treatment_plan = this.hosDetail.treatment_plan
718
          }else{
718
          }else{
719
-             treatment_plan = this.hosDetail.treatment_plan
719
+             treatment_plan = this.$refs.editorTenFive.content
720
          }
720
          }
721
       
721
       
722
          var params = {
722
          var params = {