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