WXL
2025-03-10 2b1cfeacf31e505d00a3613dd020fe14926950cd
src/views/patient/patient/profile/index.vue
@@ -453,8 +453,8 @@
          <el-table-column
            label="住院号"
            align="center"
            key="patno"
            prop="patno"
            key="inhospno"
            prop="inhospno"
            width="180"
          />
          <el-table-column
@@ -1243,8 +1243,6 @@
    handleClickfw(){
      getTaskservelist({
        patid: this.id,
      deptOrDistrict:2,
      }).then((res) => {
        if (res.code == 200) {
          this.record = res.rows[0].serviceSubtaskList;