|
|
|
@ -99,7 +99,6 @@ export default { |
|
|
|
item: {}, |
|
|
|
loading: false, |
|
|
|
loading1: false, |
|
|
|
activities: [], |
|
|
|
zuziTypes: { |
|
|
|
community_org: "社区自组织", |
|
|
|
ic_user_volunteer: "志愿者", |
|
|
|
@ -180,16 +179,7 @@ export default { |
|
|
|
this.$message.error(msg); |
|
|
|
} |
|
|
|
}); |
|
|
|
this.$http |
|
|
|
.post("/governance/icEvent/process", { icEventId: id }) |
|
|
|
.then((res) => { |
|
|
|
const { code, data, msg } = res.data; |
|
|
|
if (code === 0) { |
|
|
|
this.activities = data; |
|
|
|
} else { |
|
|
|
this.$message.error(msg); |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
}; |
|
|
|
|