| | |
| | | endTime: getglobalDate |
| | | }) |
| | | if (response.code == 200) { |
| | | countOutTwo.value = response.data.countOutTwo |
| | | totalAreaOutTwo.value = response.data.totalAreaOutTwo |
| | | countOutOne.value = response.data.countOutOne |
| | | totalAreaOutOne.value = response.data.totalAreaOutOne |
| | | } else { |
| | | ElMessage.error(response.message); |
| | | } |
| | |
| | | endDate: (formatTimestamp(timeRange.value) && formatTimestamp(timeRange.value[1])) || '', |
| | | }) |
| | | if (response.code == 200) { |
| | | countOutTwo.value = response.data.countOutTwo |
| | | totalAreaOutTwo.value = response.data.totalAreaOutTwo |
| | | countOutOne.value = response.data.countOutOne |
| | | totalAreaOutOne.value = response.data.totalAreaOutOne |
| | | } else { |
| | | ElMessage.error(response.message); |
| | | } |
| | |
| | | endDate: (formatTimestamp(timeRange.value) && formatTimestamp(timeRange.value[1])) || '', |
| | | }) |
| | | if (response.code == 200) { |
| | | countOutTwo.value = response.data.countOutTwo |
| | | totalAreaOutTwo.value = response.data.totalAreaOutTwo |
| | | countOutOne.value = response.data.countOutOne |
| | | totalAreaOutOne.value = response.data.totalAreaOutOne |
| | | } else { |
| | | ElMessage.error(response.message); |
| | | } |