|
|
@@ -104,7 +104,7 @@ export default {
|
|
|
let that = this
|
|
|
this.t = setInterval(function () {
|
|
|
that.getWorkInfoList(1)
|
|
|
- },5000)
|
|
|
+ },8000)
|
|
|
},
|
|
|
refreshList(){
|
|
|
this.resetList()
|
|
|
@@ -139,10 +139,9 @@ export default {
|
|
|
//触发onRestore,并关闭刷新图标
|
|
|
this.triggered = false
|
|
|
this._freshing = false
|
|
|
- }, 1000)
|
|
|
+ }, 8000)
|
|
|
},
|
|
|
onRestore(){
|
|
|
- console.log('onRestore')
|
|
|
},
|
|
|
getOrderInfo(item,click=0){
|
|
|
if(click == 1){
|