WXL
2025-01-16 4492ab01584ffa16bcf67db3b0a2df583abe03e3
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;
        }
      });
    },