智慧园区前端大屏
shuishen
2024-11-11 e55d9fb5a72a96cd55af240d3ddd0f0d261f384b
跳转路由调整
1 files modified
8 ■■■■ changed files
src/views/survey/components/box/fireTrend.vue 8 ●●●● patch | view | raw | blame | history
src/views/survey/components/box/fireTrend.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-03-13 14:54:26
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-11-05 20:39:31
 * @LastEditTime: 2024-11-10 19:20:00
 * @FilePath: \bigScreen\src\views\survey\components\box\fireTrend.vue
 * @Description:
 *
@@ -24,7 +24,7 @@
})
function getPages() {
function getPages () {
  getPage().then(res => {
    parkQy.value = res.data.data.records
    // console.log(res)
@@ -33,7 +33,7 @@
  })
}
function search() {
function search () {
  getPage({ name: searchQuery.value }).then(res => {
    parkQy.value = res.data.data.records
    console.log(res)
@@ -45,7 +45,7 @@
const goSubLayout = (item) => {
  localStorage.setItem('companyInfo', JSON.stringify(item))
  store.setLoadSub(true)
  router.push('/layout/sub')
  router.push('/layout/sub/companyInfo')
}
</script>