|
@@ -811,7 +811,6 @@
|
|
|
},1000);
|
|
|
},
|
|
|
ajaxGetEchoInfo() {
|
|
|
- this.pageShow = true
|
|
|
this.isEchoInfoLoading = true
|
|
|
const s_reset_param = sessionStorage.getItem('s_reset_param')
|
|
|
const reset = s_reset_param ? `&reset= ${sessionStorage.getItem('s_reset_param')}` : ''
|
|
@@ -834,8 +833,10 @@
|
|
|
if(r && r.exhRes && Object.keys(r.exhRes).length) {
|
|
|
if(r.exhRes.signState === 1) {
|
|
|
if(!reset) {
|
|
|
+ this.pageShow = true
|
|
|
setTimeout(() => {
|
|
|
location.href = r.exhRes.href
|
|
|
+ this.pageShow = false
|
|
|
}, 1000)
|
|
|
}
|
|
|
} else if (r.exhRes.signState === -1) {
|
|
@@ -863,7 +864,6 @@
|
|
|
// this.submitForm(canAuto)
|
|
|
// }
|
|
|
}
|
|
|
- this.pageShow = false
|
|
|
})
|
|
|
},
|
|
|
highlightText (value, keyStr) {
|