浏览代码

手动匹配增加 活动ID

bding 2 周之前
父节点
当前提交
bd4ca69595
共有 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 &&