From aa06424af4ea7e67353c94cc62503d9c934cbf09 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 16 七月 2025 16:44:57 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/record/detailpage/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index c6b50f5..ee5da01 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -1280,7 +1280,7 @@
})
.catch(() => {
if (this.form.serviceType == 13) {
- if (this.visitCount) {
+ if (this.visitCount!=1) {
this.$router.push({
path: "/logisticsservice/zbAgain",
});
@@ -1290,7 +1290,7 @@
});
}
} else if (form.serviceType == 2) {
- if (this.visitCount) {
+ if (this.visitCount!=1) {
this.$router.push({
path: "/followvisit/again",
});
--
Gitblit v1.9.3