研发图纸文件管理系统-前端项目
chenghongxing
2020-07-21 d7fc23d78ef6a78a2c1145d74894f97294d8496a
chore: optimize the code of workplace; :star2:
1个文件已修改
2 ■■■ 已修改文件
src/pages/dashboard/workplace/WorkPlace.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/dashboard/workplace/WorkPlace.vue
@@ -105,7 +105,7 @@
    ...mapState('account', {currUser: 'user'}),
    ...mapState('setting', ['lang'])
  },
  beforeCreate() {
  created() {
    request('/user/welcome', METHOD.GET).then(res => this.welcome = res.data)
    request('/work/activity', METHOD.GET).then(res => this.activities = res.data)
    request('/work/team', METHOD.GET).then(res => this.teams = res.data)