会议列表
This commit is contained in:
@@ -100,10 +100,10 @@ export default {
|
||||
"3": "common/toDo.png",
|
||||
}[status]
|
||||
},
|
||||
detail({id}) {
|
||||
this.comp = "detail";
|
||||
this.params = id;
|
||||
this.isList = false;
|
||||
detail({id}){
|
||||
uni.navigateTo({
|
||||
url:"/apps/meetingNotice/detail?id=" + id
|
||||
})
|
||||
},
|
||||
getData() {
|
||||
this.$http.post("/app/appmeetinginfo/list", null, {
|
||||
@@ -135,12 +135,6 @@ export default {
|
||||
},
|
||||
|
||||
onShow() {
|
||||
const {id} = this.$route.query
|
||||
if (id) {
|
||||
this.comp = "detail";
|
||||
this.params = id;
|
||||
this.isList = false;
|
||||
}
|
||||
this.getData();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user