From 74d682137078861e9ca0997fd0414fa906cba1d4 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 14 十一月 2025 10:11:29 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/technology/index.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/views/followvisit/technology/index.vue b/src/views/followvisit/technology/index.vue
index f7eca4f..5691b3e 100644
--- a/src/views/followvisit/technology/index.vue
+++ b/src/views/followvisit/technology/index.vue
@@ -1341,12 +1341,9 @@
Seedetails(row) {
let type = "";
console.log(row, "rwo");
- if (row.preachformson) {
- if (row.preachformson.includes("3")) {
+ if (row.type == 1) {
type = 1;
- console.log(type, "rwo");
}
- }
this.$router.push({
path: "/followvisit/record/detailpage/",
query: {
--
Gitblit v1.9.3