From fdef23064b801a06bbf369785dbbc14db14b707f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 22 Mar 2024 17:15:53 +0800
Subject: [PATCH] 回滚代码至2月28日
---
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