xtk 7 mēneši atpakaļ
vecāks
revīzija
852bc2ca7c
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      src/store/modules/user.js

+ 4 - 0
src/store/modules/user.js

@@ -63,6 +63,10 @@ const user = {
             commit('DEL_ALL_TAG');
             commit('CLEAR_LOCK');
           }
+          getButtons().then(res => {
+            const pdata = res.data.data;
+            commit('SET_PERMISSION', pdata);
+          })
           resolve();
         }).catch(error => {
           reject(error);