WXL
2025-01-16 eef0168f78d81a6eb8856976c3e04cc1046c32df
src/views/patient/patient/profile/index.vue
@@ -1240,7 +1240,7 @@
        patid: this.id,
      }).then((res) => {
        if (res.code == 200) {
          this.record = res.rows;
          this.record = res.rows[0].serviceSubtaskList;
        }
      });
    },