2 Commits 4d1bd42596 ... 3a6d0d2055

Author SHA1 Message Date
  bding 3a6d0d2055 Merge branch 'xqc_1004' into debug 2 weeks ago
  bding bd4ca69595 手动匹配增加 活动ID 2 weeks ago
1 changed files with 1 additions and 1 deletions
  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 &&