瀏覽代碼

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

28169 8 月之前
父節點
當前提交
c7ee4675d1
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/xt_pages/outpatientDoctorStation/template/prineight.vue

+ 3 - 1
src/xt_pages/outpatientDoctorStation/template/prineight.vue 查看文件

@@ -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
       });