Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_cp/dv_cp_wechat_app into dev
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user