ludc
2023-07-28 fe903b2a6834ac06a2d1b49b705c74ad1ccb10d8
Source/UBCS-WEB/src/store/modules/user.js
@@ -224,6 +224,7 @@
      return new Promise((resolve) => {
        getButtons().then(res => {
          const data = res.data.data;
          // console.log(data);
          commit('SET_PERMISSION', data);
          resolve();
        })