fix: bug#13455

This commit is contained in:
xieyonghong 2023-05-09 09:28:39 +08:00
parent d9ac1d456c
commit 8339b37b2c
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ const getCollector = async (_val: string) => {
return []; return [];
} else { } else {
const resp = await queryCollectorNoPaging({ const resp = await queryCollectorNoPaging({
paging: false,
terms: [ terms: [
{ {
terms: [ terms: [
@ -79,6 +80,7 @@ const getPoint = async (_val: string) => {
return []; return [];
} else { } else {
const resp = await queryPointNoPaging({ const resp = await queryPointNoPaging({
paging: false,
terms: [ terms: [
{ {
terms: [ terms: [