Merge branch 'main' of http://47.92.168.204:3000/VoRDM/vordm-admin into zqq
This commit is contained in:
commit
55d5508d27
|
@ -504,12 +504,14 @@ const onHandleSizeChange = (val) => {
|
|||
dataNew = {
|
||||
disasterId: state.disasterId,
|
||||
satelliteCodeList: state.satelliteCodeList.join(","),
|
||||
productResolutionVos: state.listData
|
||||
productResolutionVos: state.listData,
|
||||
status: state.status
|
||||
}
|
||||
} else {
|
||||
dataNew = {
|
||||
disasterId: state.disasterId,
|
||||
productResolutionVos: state.listData
|
||||
productResolutionVos: state.listData,
|
||||
status: state.status
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -534,12 +536,14 @@ const onHandleCurrentChange = (val) => {
|
|||
dataNew = {
|
||||
disasterId: state.disasterId,
|
||||
satelliteCodeList: state.satelliteCodeList.join(","),
|
||||
productResolutionVos: state.listData
|
||||
productResolutionVos: state.listData,
|
||||
status: state.status
|
||||
}
|
||||
} else {
|
||||
dataNew = {
|
||||
disasterId: state.disasterId,
|
||||
productResolutionVos: state.listData
|
||||
productResolutionVos: state.listData,
|
||||
status: state.status
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -430,7 +430,7 @@ watch(
|
|||
})
|
||||
}else{
|
||||
state.sensor=state.data2.filter(item=>{
|
||||
return item.value!='landsat'&&item.value!='sentinel'
|
||||
return item.value!='landsat'&&item.value!='sentinel'&&item.value!='obiter'&&item.value!='domestic'
|
||||
})
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue