From d9d1b4332986fae66a00ef1f309d50560588920c Mon Sep 17 00:00:00 2001
From: jt <jt@activesoft.com>
Date: 星期四, 09 二月 2023 17:06:28 +0800
Subject: [PATCH] test

---
 pages/index/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/pages/index/index.vue b/pages/index/index.vue
index 53c7aae..8cb0cc4 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -90,11 +90,13 @@
 			this.$store.commit("classAttrList",null);
 			this.$store.commit("classGridStyleInfo",null);
 			this.$store.commit("dicValueInfo",null);
+			this.$store.commit("subClassAttrList",null);
+			this.$store.commit("subClassGridStyleInfo",null);
 			//鍒锋柊褰撳墠椤甸潰
 			// location.reload();
 			uni.redirectTo({
 				url:'../index/index?args=9999999999'
-			})
+			});
 		},
 		data() {
 			return {

--
Gitblit v1.9.1