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