WXL (wul)
5 天以前 ba1ad6cff887cecb836a9fff87d84c146c820ad7
src/views/followvisit/record/detailpage/index.vue
@@ -1527,16 +1527,16 @@
      }).then((res) => {
        if (res.code === 200) {
          // 针对再次随访服务进行删除结果赋值
          if (this.again && res.data.upScriptResult) {
            res.data.upScriptResult.forEach((itemA) => {
              const itemB = res.data.scriptResult.find(
                (item) => item.scriptContent === itemA.scriptContent
              );
              if (itemB) {
                itemB.scriptResult = itemA.scriptResult;
              }
            });
          }
          // if (this.again && res.data.upScriptResult) {
          //   res.data.upScriptResult.forEach((itemA) => {
          //     const itemB = res.data.scriptResult.find(
          //       (item) => item.scriptContent === itemA.scriptContent
          //     );
          //     if (itemB) {
          //       itemB.scriptResult = itemA.scriptResult;
          //     }
          //   });
          // }
          this.tableDatatop = res.data.scriptResult;
          this.tableDatatop.forEach((item) => {
@@ -1761,7 +1761,10 @@
            }
          });
          this.Editsingletasksonyic(6);
          if (this.form.isVisitAgain != 1) {
          const orgName = localStorage.getItem("orgname");
          console.log(orgName, "orgName");
          if (this.form.isVisitAgain != 1 || orgName == "丽水市中医院") {
            this.Torouter();
            return;
          }
@@ -1946,7 +1949,10 @@
        param2: this.patid,
        subId: this.id,
      };
      if (this.form.isVisitAgain != 1) {
      const orgName = localStorage.getItem("orgname");
      console.log(orgName, "orgName");
      if (this.form.isVisitAgain != 1 || orgName == "丽水市中医院") {
        this.Torouter();
        return;
      }