Holla-Tako 5 months ago
parent
commit
1946076502

+ 1 - 0
src/components/common/topMenu.vue

@@ -167,6 +167,7 @@ export default {
167 167
       if (['crk', '/crk'].indexOf(item.funcUrl) >= 0) {
168 168
         // this.$store.state.flag = 1;
169 169
         // return
170
+        this.$store.commit('SET_TOP_MENU_INDEX', index)
170 171
         return this.$systemUtils.gotoCrkSystem(this)
171 172
       }else {
172 173
         // this.$store.state.flag = 2;

+ 3 - 0
src/page/basicData/components/warehouseListEdit.vue

@@ -272,6 +272,9 @@ export default {
272 272
   methods: {
273 273
     setUp() {
274 274
       this.tyajbm = null
275
+      this.aisleId = null
276
+      this.ajdh = null
277
+      this.gaojOption = []
275 278
       this.initHouseIdNameMap("storehouseId");
276 279
       this.initOrgIdNameMap();
277 280
       this.initHouseOptions();