WXL
2025-03-20 b8085c12e2f5542210c8a73a997e0b88d39e18b0
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;
        }
      });
    },