Просмотр исходного кода

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 8 месяцев назад
Родитель
Сommit
c7ee4675d1
1 измененных файлов: 3 добавлений и 1 удалений
  1. 3 1
      src/xt_pages/outpatientDoctorStation/template/prineight.vue

+ 3 - 1
src/xt_pages/outpatientDoctorStation/template/prineight.vue Просмотреть файл

647
       getInitData().then((response) => {
647
       getInitData().then((response) => {
648
         if (response.data.state == 1) {
648
         if (response.data.state == 1) {
649
           this.department = response.data.data.department;
649
           this.department = response.data.data.department;
650
-          this.diagnoses = response.data.data.diagnose;
650
+          // this.diagnoses = response.data.data.diagnose;
651
+          const diagnoses = response.data.data.diagnose;
652
+          this.diagnoses = diagnoses.reverse()
651
           console.log("争端", this.diagnoses);
653
           console.log("争端", this.diagnoses);
652
         }
654
         }
653
       });
655
       });