|
|
@ -756,14 +756,14 @@ export default { |
|
|
|
async deleteFocus (row) { |
|
|
|
const url = "/epmetuser/icEpidemicSpecialAttention/cancel-attention"; |
|
|
|
// const url = "http://yapi.elinkservice.cn/mock/245/gov/org/placepatrolteam/del" |
|
|
|
let idCards = []; |
|
|
|
let ids = []; |
|
|
|
|
|
|
|
this.selectionAll.forEach((element) => { |
|
|
|
idCards.push(element.idCard); |
|
|
|
ids.push(element.id); |
|
|
|
}); |
|
|
|
let params = { |
|
|
|
attentionType: 1, |
|
|
|
idCards: idCards, |
|
|
|
ids: ids, |
|
|
|
}; |
|
|
|
|
|
|
|
const { data, code, msg } = await requestPost(url, params); |
|
|
|