Browse Source

8月16,舒和处方笺

yq1 7 months ago
parent
commit
37d71b6828
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/xt_pages/outpatientDoctorStation/template/prineight.vue

+ 3 - 1
src/xt_pages/outpatientDoctorStation/template/prineight.vue View File

@@ -647,7 +647,9 @@ export default{
647 647
       getInitData().then((response) => {
648 648
         if (response.data.state == 1) {
649 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 653
           console.log("争端", this.diagnoses);
652 654
         }
653 655
       });