From d412b5bcb0b293f70c8a6ed82bce06e12e222db9 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 21 十月 2025 09:08:23 +0800
Subject: [PATCH] 问卷联调

---
 src/views/followvisit/discharge/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue
index 080eb02..bc617b4 100644
--- a/src/views/followvisit/discharge/index.vue
+++ b/src/views/followvisit/discharge/index.vue
@@ -1845,7 +1845,7 @@
       let type = "";
       console.log(row, "rwo");
       if (row.preachformson) {
-        if (row.preachformson.includes("3") || row.type == 1) {
+        if (row.type == 1) {
           type = 1;
         }
       }

--
Gitblit v1.9.3