[add] page session support
This commit is contained in:
parent
f3b2ca53eb
commit
5a92e4f7b5
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ func ProcessData(process *gou.Process) interface{} {
|
|||
}
|
||||
}
|
||||
|
||||
// with Session
|
||||
page.Flow.WithGlobal(process.Global)
|
||||
page.Flow.WithSID(process.Sid)
|
||||
|
||||
return page.GetData(params)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue