From d4bf35dbc5fc582d23c1a371bfc48a75864653ed Mon Sep 17 00:00:00 2001 From: jt <jt@activesoft.com.cn> Date: 星期二, 15 八月 2023 16:28:50 +0800 Subject: [PATCH] 文本框判断是数值类型的改为number --- 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