lilei před 1 rokem
rodič
revize
745f2930af
2 změnil soubory, kde provedl 5 přidání a 2 odebrání
  1. 1 1
      public/version.json
  2. 4 1
      src/views/Home.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1710409814704
+  "version": 1710464348143
 }

+ 4 - 1
src/views/Home.vue

@@ -891,7 +891,10 @@ export default {
     this.getMerchantData()
     
     // 获取所有数据字典
-    this.getAllLookUp()
+    const allLookup = sessionStorage.getItem('allLookup')
+    if(!allLookup){
+      this.getAllLookUp()
+    }
   },
   beforeRouteEnter (to, from, next) {
     next(vm => {