改造会议通知
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user