diff --git a/src/views/manage/AddAudiences.vue b/src/views/manage/AddAudiences.vue index 56276cee..f89feac1 100644 --- a/src/views/manage/AddAudiences.vue +++ b/src/views/manage/AddAudiences.vue @@ -482,7 +482,7 @@ } let isAdd = true; for(let j = 0; j < this.tableData.length; j++){ - if(udata.id == this.tableData[j].aid){ + if(udata.id == this.tableData[j].id){ isAdd = false; break; }