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,
|
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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user