From bbc0f06f17c9c3c9ed325af581dfdfc9b9dcaa82 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 18 三月 2024 15:16:03 +0800
Subject: [PATCH] 完成检验下单模板功能

---
 src/view/index.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/view/index.vue b/src/view/index.vue
index 200863a..c8ddf1c 100644
--- a/src/view/index.vue
+++ b/src/view/index.vue
@@ -426,10 +426,7 @@
 			removeTab(index) {
 				this.tabs.splice(index, 1);
 				let data = this.tabs[this.tabs.length - 1]
-				this.activeP = data.k;
-				this.tabActive = data.k;
-				this.activeBox = data.k
-				this.saveClick()
+				this.upTabActive(data.k)
 			},
 			allDel() {
 				this.activeBox = 0

--
Gitblit v1.9.3