This commit is contained in:
yanran200730
2021-11-22 16:39:23 +08:00

View File

@@ -67,6 +67,9 @@
params: null,
}
},
onLoad() {
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter", "meetStatus");
},
computed: {
grid() {
return [
@@ -94,7 +97,7 @@
}[status]
},
detail({id}) {
this.comp="detail";
this.comp = "detail";
this.params = id;
this.isList = false;
},
@@ -139,7 +142,6 @@
},
onShow() {
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter","meetStatus");
this.getData()
}
}