Parcourir la source

手动匹配 修改活动ID

bding il y a 4 mois
Parent
commit
10fa5fbb26
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/rai_manage/components/matchingDlg.vue

+ 1 - 1
src/views/rai_manage/components/matchingDlg.vue

@@ -55,7 +55,7 @@ export default {
     async remoteMethod(query) {
       if (query !== "") {
         this.dataQueryList = [];
-        const res = await raiInterface.activityMeetMatchingList({ KeyWord: query });
+        const res = await raiInterface.activityMeetMatchingList({ KeyWord: query, ActivityId: this.matchingId, });
         if (res.Ret === 200) {
           let obj = {};
           res.Data.List &&