mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 00:02:51 +08:00
fix: 处理一开始不会请求的问题
This commit is contained in:
parent
c769deba5c
commit
7ae5fcda1e
@ -95,7 +95,7 @@ export const useChartDataFetch = (
|
||||
fetchFn()
|
||||
},
|
||||
{
|
||||
immediate: false,
|
||||
immediate: true,
|
||||
deep: true
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user