Procházet zdrojové kódy

库存显示展示

XMLWAN před 2 roky
rodič
revize
f894f37d03
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      src/xt_pages/user/firstDisease.vue

+ 3 - 3
src/xt_pages/user/firstDisease.vue Zobrazit soubor

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