1.提交数据有效率查询条件不能查询所有台站问题

This commit is contained in:
panbaolin 2025-07-04 16:50:41 +08:00
parent b6aa9cf688
commit f8f819a218

View File

@ -219,7 +219,7 @@ export default {
async findStationList() { async findStationList() {
try { try {
const { success, result } = await getAction('/webStatistics/findStationList', { const { success, result } = await getAction('/webStatistics/findStationList', {
menuName: 'Particulate', menuName: '',
}) })
if (success) { if (success) {
if (result.length > 0) { if (result.length > 0) {