From 89719fb2012ad6c2bfc9d11fbd9b78bb2b91a3aa Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期四, 14 九月 2023 13:52:18 +0800
Subject: [PATCH] 	modified:   src/components/view/technical.vue

---
 src/components/view/standard.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/components/view/standard.vue b/src/components/view/standard.vue
index 9f461ba..6a115b4 100644
--- a/src/components/view/standard.vue
+++ b/src/components/view/standard.vue
@@ -982,7 +982,9 @@
         return this.verdata[0]
       })
       this.character=v
-      this.version2="v"+v
+      if(this.character != undefined){
+        this.version2="v"+v
+      }
       this.selectAll()
     },
     //鍙充晶鏁版嵁

--
Gitblit v1.9.3