From 0dbd43d189170cea31360342c76b9580f429765f Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Wed, 06 Mar 2024 17:36:26 +0800
Subject: [PATCH] 更新

---
 subPackage/workbench/views/reformList.vue |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/subPackage/workbench/views/reformList.vue b/subPackage/workbench/views/reformList.vue
index 1fd6465..7915914 100644
--- a/subPackage/workbench/views/reformList.vue
+++ b/subPackage/workbench/views/reformList.vue
@@ -94,19 +94,13 @@
 
 		onLoad(option) {
 			console.log(option);
-			if (option.reportType) {
-				this.reportType = option.reportType;
-				uni.setNavigationBarTitle({
-					title: "取保候审"
-				})
-			}
 			if (option.from == "index") {
 				uni.setNavigationBarTitle({
 					title: "场所任务"
 				})
 			}
 			if (option.from == "task") {
-				this.tabIndex = 1;
+				this.tabIndex = 2;
 				this.currentStatus = 1;
 			}
 			if (option.code) {

--
Gitblit v1.9.3