| | |
| | | * @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: |
| | | * |
| | |
| | | }) |
| | | |
| | | |
| | | function getPages() { |
| | | function getPages () { |
| | | getPage().then(res => { |
| | | parkQy.value = res.data.data.records |
| | | // console.log(res) |
| | |
| | | }) |
| | | } |
| | | |
| | | function search() { |
| | | function search () { |
| | | getPage({ name: searchQuery.value }).then(res => { |
| | | parkQy.value = res.data.data.records |
| | | console.log(res) |
| | |
| | | const goSubLayout = (item) => { |
| | | localStorage.setItem('companyInfo', JSON.stringify(item)) |
| | | store.setLoadSub(true) |
| | | router.push('/layout/sub') |
| | | router.push('/layout/sub/companyInfo') |
| | | } |
| | | |
| | | </script> |