提交
This commit is contained in:
@@ -60,12 +60,10 @@
|
|||||||
uni.setNavigationBarTitle({
|
uni.setNavigationBarTitle({
|
||||||
title: this.params == 0 ? "历史会议" : "草稿箱"
|
title: this.params == 0 ? "历史会议" : "草稿箱"
|
||||||
});
|
});
|
||||||
|
this.getData();
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
emitShow(){
|
|
||||||
this.getData()
|
|
||||||
},
|
|
||||||
emitReachBottom(){
|
emitReachBottom(){
|
||||||
this.current = this.current + 1;
|
this.current = this.current + 1;
|
||||||
this.getData()
|
this.getData()
|
||||||
|
|||||||
Reference in New Issue
Block a user