From d34c7c19ab062b8e99b7af7e1d44e009c1b9b739 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 19 Mar 2024 12:02:49 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

---
 subPackage/workbench/views/audit.vue |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/subPackage/workbench/views/audit.vue b/subPackage/workbench/views/audit.vue
index f2f821d..28a1be1 100644
--- a/subPackage/workbench/views/audit.vue
+++ b/subPackage/workbench/views/audit.vue
@@ -112,7 +112,9 @@
 					uni.setNavigationBarTitle({
 						title: "二手交易"
 					})
-
+					// 去掉已完成状态
+					this.tabList.splice(1, 1);
+					this.tabIndex = 1;
 				}
 			}
 
@@ -129,10 +131,6 @@
 		},
 
 		onShow() {
-			if (this.reportType == 5) {
-				this.tabList.splice(1, 1);
-				this.tabIndex = 1;
-			}
 			this.resetParams();
 			this.getList()
 		},

--
Gitblit v1.9.3