WXL
2025-02-22 5f4c59e35b6532391bdd5a394d7ab87ccbbc67b2
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;
        }
      });
    },