From 533a07ca2a4824baa43d77679185514aa360b7d8 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 26 Apr 2024 08:58:54 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

---
 subPackage/school/troubleAuditList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/subPackage/school/troubleAuditList.vue b/subPackage/school/troubleAuditList.vue
index c88f949..cff0f9e 100644
--- a/subPackage/school/troubleAuditList.vue
+++ b/subPackage/school/troubleAuditList.vue
@@ -108,7 +108,7 @@
 			if (option.placeId) {
 				this.pagingParams.placeId = option.placeId
 			}
-			if (option.type == 1) {
+			if (option.type) {
 				this.type = option.type;
 				uni.setNavigationBarTitle({
 					title: option.type == 1 ? "安全隐患排查" : "矛盾纠纷排查"

--
Gitblit v1.9.3