WXL
2025-03-03 bcf3cae47b1d6d5bde273d1006719751d615769f
src/views/followvisit/SpecificDisease/index.vue
@@ -282,7 +282,7 @@
        />
        <el-table-column
          label="人工处理意见"
          label="处理意见"
          align="center"
          key="suggest"
          prop="suggest"
@@ -940,6 +940,7 @@
        console.log(this.topqueryParams.leavehospitaldistrictcodes, "11");
      }
      this.loading = true;
      this.topqueryParams.deptOrDistrict=2,
      getTaskservelist(this.topqueryParams).then((response) => {
        this.userList = response.rows[0].serviceSubtaskList;
        this.total = response.total;
@@ -1252,6 +1253,7 @@
          getTaskservelist({
            patid: row.patid,
            taskid: row.taskid,
      deptOrDistrict:2,
          }).then((res) => {
            if (res.code == 200) {
              objson.sendstate = 4;