Commit 0e383275 by 无尘

fix: 修改应用菜单

parent f9803c95
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘
* @LastEditTime: 2020-09-18 14:07:06
* @LastEditTime: 2020-09-18 14:15:55
-->
<template>
<div class="enterprise-wrap">
......@@ -40,8 +40,9 @@ export default {
};
},
beforeRouteEnter(to, from, next) {
const that = this;
that.getData();
next(vm => {
vm.getData();
});
},
mounted() {
const that = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment