可以返回搜索到的值,但无法显示在列表里
This commit is contained in:
parent
37bc08761d
commit
4762408c99
@ -31,7 +31,7 @@ const actions = {
|
|||||||
startTime: params.startTime,
|
startTime: params.startTime,
|
||||||
|
|
||||||
};
|
};
|
||||||
const response = MeetingService.searchMeetings(formattedparams);
|
const response = await MeetingService.searchMeetings(formattedparams);
|
||||||
commit('setMeetings', response.data);
|
commit('setMeetings', response.data);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Failed to search meetings:', error);
|
console.error('Failed to search meetings:', error);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user