|
@@ -183,6 +183,7 @@ import { myMixin } from "@/mixins/mixin.js"
|
|
// 跳转到看板
|
|
// 跳转到看板
|
|
async gotoKanban(){
|
|
async gotoKanban(){
|
|
if (!this.mergedList.includes(this.roleUser.org)) return console.log('非荔园平台不可进入');
|
|
if (!this.mergedList.includes(this.roleUser.org)) return console.log('非荔园平台不可进入');
|
|
|
|
+ await store.commit('user/SET_USERINFO2', {})
|
|
// 重新获取基础数据
|
|
// 重新获取基础数据
|
|
await store.dispatch('user/getschPerInfo')
|
|
await store.dispatch('user/getschPerInfo')
|
|
// 清除数据让数据看板中的埋点正常(不能这样写,那点返回校区的话就完蛋了)
|
|
// 清除数据让数据看板中的埋点正常(不能这样写,那点返回校区的话就完蛋了)
|