Commit d165a50a by chenyu

update: update

parent a2bd27f9
......@@ -1246,6 +1246,9 @@ export default {
}
}
},
updated() {
this.enterpriseId = JSON.parse(localStorage.getItem('dmUserInfo')).enterpriseId;
},
mounted() {
this.enterpriseId = JSON.parse(localStorage.getItem('dmUserInfo')).enterpriseId;
const Profile = Vue.extend({
......
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