Commit a4bb6f52 authored by anxixi's avatar anxixi

静态页面相关科创企业部分bug修改

parent 842328c1
......@@ -146,7 +146,8 @@
next(vm=>{ // 这里的vm指的就是vue实例,可以用来当做this使用
vm.pathfrom = from.path;
if(vm.pathfrom == '/aggregatetab'){
vm.search = JSON.parse(window.sessionStorage.getItem("aggregatetab"));
vm.search = JSON.parse(window.localStorage.getItem("aggregatetab"));
console.log(vm.search)
vm.registerTypeed.push(vm.search.registerType)
vm.empTypeed.push(vm.search.empType)
vm.authenticationStateed.push(vm.search.authenticationState)
......
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