1.提交数据有效率查询条件不能查询所有台站问题
This commit is contained in:
parent
b6aa9cf688
commit
f8f819a218
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user