项目登录虚拟ibp调整

This commit is contained in:
fan 2020-08-26 16:02:06 +08:00
parent 932360dd88
commit 3b28f20cf3

View File

@ -434,6 +434,7 @@ export default {
} }
} else if (this.$route.query.projectDevice) { } else if (this.$route.query.projectDevice) {
getLoginInfo(getToken()).then(res => { getLoginInfo(getToken()).then(res => {
this.$store.dispatch('SetProjecteDevice', res.data.deviceVO);
getSimulationInfoNew(res.data.group).then(resp => { getSimulationInfoNew(res.data.group).then(resp => {
const query = { const query = {
group: res.data.group, group: res.data.group,