This commit is contained in:
qqGroup0 2023-05-18 14:51:18 +08:00
commit cffa66d612
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ const startCrawl = () => {
})
})
} else if ("landsat" == data) {
rs(state.startTime, state.endTime, state.data.disasterId, ranges, type = 1, ret.id).then(res => {
rs(state.startTime, state.endTime, state.data.disasterId, ranges, type = 2, ret.id).then(res => {
// getData();
ElMessage({
message: 'Success, Start crawling. landsat',