This commit is contained in:
yanran200730
2021-12-08 19:24:59 +08:00
parent 010bd73e04
commit e3402dc801
6 changed files with 41 additions and 5 deletions

View File

@@ -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()
})
},
}