|
|
|
@ -154,7 +154,7 @@
|
|
|
|
|
<div class="btn-list">
|
|
|
|
|
<div
|
|
|
|
|
class="btn-text"
|
|
|
|
|
@click="looks2(item)"
|
|
|
|
|
@click="looks1(item.tagsId)"
|
|
|
|
|
style="color: #188ffe"
|
|
|
|
|
>
|
|
|
|
|
查看
|
|
|
|
@ -237,6 +237,7 @@ import {
|
|
|
|
|
peopleGet,
|
|
|
|
|
yaoqingAdd,
|
|
|
|
|
postStatus,
|
|
|
|
|
getTagsInfo,
|
|
|
|
|
} from "@/api/volunteer/hdgl";
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
@ -432,7 +433,7 @@ export default {
|
|
|
|
|
this.getParticipationData();
|
|
|
|
|
},
|
|
|
|
|
looks1(e) {
|
|
|
|
|
peopleGet(e).then((res) => {
|
|
|
|
|
getTagsInfo(e).then((res) => {
|
|
|
|
|
this.beforeData.forEach((value, index) => {
|
|
|
|
|
for (let key in res.data) {
|
|
|
|
|
if (value.label == key) {
|
|
|
|
|