From c7d2e3c1e8fa0cda3da1e8cd1daad0b88264af5a Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 15 四月 2026 09:28:46 +0800
Subject: [PATCH] 测试完成

---
 vue.config.js                                     |    4 ++--
 src/views/followvisit/record/detailpage/index.vue |    7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index 65aeb31..0df1bfb 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -2023,8 +2023,10 @@
         }
         item.patid = this.patid;
         item.templateid = item.templateID;
+        if (item.nextScriptno == null) {
+          item.nextScriptno = index == dataToSubmit.length - 1 ? 0 : index + 2;
+        }
       });
-      console.log("c", 3);
 
       let obj = {
         ivrTaskTemplateScriptVOList: dataToSubmit, // 鎻愪氦澶勭悊鍚庣殑鍓湰
@@ -2033,9 +2035,8 @@
         param6: this.id,
         type: 1,
       };
-      console.log("c", 4);
+
       const orgName = localStorage.getItem("orgname");
-      console.log(orgName, "orgName");
 
       if (this.form.isVisitAgain != 1 || orgName == "涓芥按甯備腑鍖婚櫌") {
         this.Torouter();
diff --git a/vue.config.js b/vue.config.js
index 1ce99d9..66110e1 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -37,10 +37,10 @@
       [process.env.VUE_APP_BASE_API]: {
         // target: `https://www.health-y.cn/lssf`,
         // target: `http://192.168.100.10:8096`,
-        target: `http://192.168.100.10:8094`,//鐪佺珛鍚屽痉
+        // target: `http://192.168.100.10:8094`,//鐪佺珛鍚屽痉
         // target: `http://192.168.100.10:8095`,//鏂板崕
         // target: `http://192.168.100.10:8098`,//甯備竴
-        // target:`http://localhost:8095`,
+        target:`http://localhost:8095`,
         // target:`http://35z1t16164.qicp.vip`,
         // target: `http://192.168.100.183:8095`,
         // target: `http://192.168.101.166:8093`,

--
Gitblit v1.9.3