From 0704a73d8ab7b31f7db2fda932404845b75f8322 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Thu, 25 Apr 2024 18:14:27 +0800
Subject: [PATCH] 隐患上报
---
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