From e55d9fb5a72a96cd55af240d3ddd0f0d261f384b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 11 Nov 2024 18:35:07 +0800
Subject: [PATCH] 跳转路由调整
---
src/views/survey/components/box/fireTrend.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/survey/components/box/fireTrend.vue b/src/views/survey/components/box/fireTrend.vue
index 8d0a29d..8f27112 100644
--- a/src/views/survey/components/box/fireTrend.vue
+++ b/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>
--
Gitblit v1.9.3