|
|
@ -99,7 +99,7 @@ export default { |
|
|
|
item: {}, |
|
|
|
loading: false, |
|
|
|
loading1: false, |
|
|
|
activities: [], |
|
|
|
// activities: [], |
|
|
|
zuziTypes: { |
|
|
|
community_org: "社区自组织", |
|
|
|
ic_user_volunteer: "志愿者", |
|
|
@ -180,16 +180,16 @@ 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); |
|
|
|
} |
|
|
|
}); |
|
|
|
// 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); |
|
|
|
// } |
|
|
|
// }); |
|
|
|
}, |
|
|
|
}, |
|
|
|
}; |
|
|
|