|
@@ -106,11 +106,13 @@
|
|
|
},
|
|
|
// 下拉刷新
|
|
|
onRefresh() {
|
|
|
- this.triggered = true
|
|
|
- this.tabList[this.current].isOver = false
|
|
|
- this.tabList[this.current].pageIndex = 1
|
|
|
- this.tabList[this.current].tableList = []
|
|
|
- this.getTableList(this.current, 'refresh')
|
|
|
+ if (!this.triggered) {
|
|
|
+ this.triggered = true
|
|
|
+ this.tabList[this.current].isOver = false
|
|
|
+ this.tabList[this.current].pageIndex = 1
|
|
|
+ this.tabList[this.current].tableList = []
|
|
|
+ this.getTableList(this.current, 'refresh')
|
|
|
+ }
|
|
|
},
|
|
|
// 重置下拉刷新状态
|
|
|
onRestore() {
|