WXL
2025-06-27 783b99e90a91540d7b05a777b838b183558d50d1
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;
        }
      });
    },