项目登录虚拟ibp调整
This commit is contained in:
parent
932360dd88
commit
3b28f20cf3
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user