bug
This commit is contained in:
@@ -135,6 +135,7 @@ export default {
|
||||
},
|
||||
|
||||
created() {
|
||||
this.$loading()
|
||||
document.title = "通知公告";
|
||||
this.$dict.load("announcementStatus");
|
||||
},
|
||||
@@ -256,6 +257,8 @@ export default {
|
||||
}
|
||||
this.dataList = this.current > 1 ? [...this.dataList, ...res.data.records] : res.data.records
|
||||
}
|
||||
|
||||
this.$hideLoading()
|
||||
})
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user