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