mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改mock方式
This commit is contained in:
@@ -9,7 +9,7 @@ import { RequestDataTypeEnum } from '@/enums/httpEnum'
|
||||
* @param chartConfig
|
||||
*/
|
||||
export const useChartDataFetch = (chartConfig: CreateComponentType) => {
|
||||
let fetchInterval = 0
|
||||
let fetchInterval:any = 0
|
||||
|
||||
watchEffect(() => {
|
||||
clearInterval(fetchInterval)
|
||||
|
||||
Reference in New Issue
Block a user