改造会议通知

This commit is contained in:
wanglei
2021-11-19 11:28:04 +08:00
parent c1a734355e
commit 00bf18dee6
4 changed files with 351 additions and 348 deletions

View File

@@ -94,9 +94,9 @@
}[status]
},
detail({id}) {
uni.navigateTo({
url: "/pages/meetingNotice/components/detail?id=" + id
})
this.comp="detail";
this.params = id;
this.isList = false;
},
getData() {
this.$http.post("/app/appmeetinginfo/list", null, {
@@ -139,7 +139,7 @@
},
onShow() {
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter");
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter","meetStatus");
this.getData()
}
}