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