bug
This commit is contained in:
@@ -132,13 +132,10 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
created() {
|
||||
document.title = "通知公告";
|
||||
this.$dict.load("announcementStatus");
|
||||
},
|
||||
|
||||
onShow() {
|
||||
this.current = 1;
|
||||
document.title = "通知公告";
|
||||
this.$dict.load("announcementStatus");
|
||||
this.injectJWeixin(['sendChatMessage']).then(() => {
|
||||
this.getList();
|
||||
})
|
||||
@@ -219,7 +216,8 @@ export default {
|
||||
change(val) {
|
||||
this.index = val;
|
||||
this.current = 1;
|
||||
this.getList()
|
||||
this.dataList = [];
|
||||
this.getList();
|
||||
},
|
||||
getList() {
|
||||
this.$http.post(this.index == 0 ? "/app/appannouncement/list-latest" : "/app/appannouncement/list-mgr", null, {
|
||||
|
||||
Reference in New Issue
Block a user