Parcourir la source

增加 BannerId

bding il y a 11 mois
Parent
commit
a6ef6e7aba
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/interaction_manage/registrationDetails.vue

+ 1 - 0
src/views/interaction_manage/registrationDetails.vue

@@ -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 || [];