修复卫星名称显示问题

This commit is contained in:
yyhouc 2023-05-17 17:28:54 +08:00
parent 171a9e4ea1
commit 592076ba70
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',