Browse Source

editer vue 初始化空间vuex

yunxing 4 years ago
parent
commit
db411e8486
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/editer.vue

+ 2 - 1
src/views/editer.vue

@@ -38,10 +38,11 @@ export default {
         this.init();
     },
     methods: {
-        ...mapMutations(["SETPROJECT", "INITEQUIPMAP", "INITSTYLE", "INITRULELIST", "INITOBJEXTINFO"]),
+        ...mapMutations(["SETPROJECT", "INITEQUIPMAP", "INITSTYLE", "INITRULELIST", "INITOBJEXTINFO", "INITZONEMAP"]),
         init() {
             // 重新加载时初始化 vuex 数据
             this.INITEQUIPMAP();
+            this.INITZONEMAP();
             this.INITOBJEXTINFO({});
             this.INITSTYLE({});
             this.INITRULELIST([]);