WXL
2025-03-04 32674b04eb3cb387d54303f4a58f9b4c3a851ed2
src/views/patient/patient/profile/index.vue
@@ -1238,9 +1238,10 @@
    handleClickfw(){
      getTaskservelist({
        patid: this.id,
        deptOrDistrict:2,
      }).then((res) => {
        if (res.code == 200) {
          this.record = res.rows;
          this.record = res.rows[0].serviceSubtaskList;
        }
      });
    },