@@ -165,6 +165,7 @@ export default {
async getdetailsDataList(row) {
const res = await departInterence.getResearchStatisticsDetail({
Mobile: row.Mobile,
+ BannerId: row.BannerId,
});
if (res.Ret === 200) {
this.detailsList = res.Data || [];