WXL
2025-04-10 4c9eab7cd2f92e6ebee76f38f1616cb3e5855697
src/views/followvisit/record/detailpage/index.vue
@@ -88,7 +88,7 @@
          <el-table-column
            prop="finishtime"
            align="center"
            label="完成时间"
            label="随访完成时间"
            width="200"
            show-overflow-tooltip
          >
@@ -654,6 +654,7 @@
    this.patid = this.$route.query.patid;
    this.Voicetype = this.$route.query.Voicetype;
    this.serviceType = this.$route.query.serviceType;
console.log(this.id, this.patid);
    this.getTaskservelist(this.id);
  },
@@ -852,7 +853,8 @@
    // 获取患者记录
    getTaskservelist(id) {
      this.id = id;
      console.log(id,'idsub');
      if (id) {
        this.Whetherall = false;
      } else {