|
@@ -62,11 +62,7 @@ export default {
|
|
|
this.getlist()
|
|
|
}
|
|
|
},
|
|
|
- onPullDownRefresh() {
|
|
|
- this.query.pageNum = 1;
|
|
|
- this.wb = [];
|
|
|
- this.getlist()
|
|
|
- },
|
|
|
+
|
|
|
// 下拉刷新
|
|
|
onPullDownRefresh() {
|
|
|
setTimeout(() => {
|
|
@@ -75,8 +71,8 @@ export default {
|
|
|
},500)
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
- // this.query.createId = getApp().globalData.userId
|
|
|
- this.query.createId = '1763382026214764546'
|
|
|
+ this.query.createId = getApp().globalData.userId
|
|
|
+ // this.query.createId = '1763382026214764546'
|
|
|
this.getlist()
|
|
|
},
|
|
|
methods: {
|