智慧园区前端大屏
shuishen
2024-11-14 041eb290228146c7fcfea0c266c03bbe3105eb05
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)