src/views/survey/components/box/fireTrend.vue
@@ -24,8 +24,10 @@ }) function getPages () { getPage().then(res => { function getPages() { getPage({ size: 100, }).then(res => { parkQy.value = res.data.data.records // console.log(res) }).catch(err => { @@ -33,7 +35,7 @@ }) } function search () { function search() { getPage({ name: searchQuery.value }).then(res => { parkQy.value = res.data.data.records console.log(res)