WXL
2025-04-01 81ffbda9c4396086a740c988ae634c57a27f868d
src/views/followvisit/record/detailpage/index.vue
@@ -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);
  },
@@ -668,7 +669,7 @@
        isFinish: false,
      }).then((res) => {
        if (res.code === 200) {
          this.tableDatatop = res.data.scriptResult.script;
          this.tableDatatop = res.data.scriptResult;
          this.tableDatatop.forEach((item) => {
            console.log(item.scriptResultId, "scriptResultId");
@@ -852,7 +853,8 @@
    // 获取患者记录
    getTaskservelist(id) {
      this.id = id;
      console.log(id,'idsub');
      if (id) {
        this.Whetherall = false;
      } else {
@@ -1001,6 +1003,7 @@
        if (valid) {
          let form = structuredClone(this.form);
          form.longSendTime = this.formatTime(form.date1);
          form.finishtime = '';
          if (form.resource) {
            if (form.resource == 2) {
              form.serviceType = 10;