修复爬虫参数不正确的问题。

This commit is contained in:
yyhouc 2023-05-23 10:12:21 +08:00
parent 740bead9e4
commit c365bd38a9
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ const start = (text) => {
getData();
})
}else if(text == 'twitter'){
twitter(ret[0].disasterId,keywords,state.twitter.date[0],state.twitter.date[1]).then(res=>{
twitter(ret[0].disasterId,keywords,state.twitter.date[0],state.twitter.date[1],ret[0].id).then(res=>{
ElMessage.success("Data is being acquired!")
getData();
})