bding 1 жил өмнө
parent
commit
a6ef6e7aba

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

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