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

View File

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