소스 검색

Merge branch 'xqc_1004' into debug

bding 2 주 전
부모
커밋
3a6d0d2055
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 &&