@@ -46,6 +46,7 @@ export default {
try{
let json = JSON.parse(chunk)
this.result = json.data||[]
+ this.queryConfessionSession()
}catch(e){
}finally{
this.loading = false