File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/pages/app/components/Analysis/components/AnalysisFilter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { SELECT_WRAPPER_STYLE } from "@app/components/common/filter/common"
22import { useCategories } from "@app/context"
33import { t } from "@app/locale"
4- import { useManualRequest , useState } from "@hooks"
4+ import { useRequest , useState } from "@hooks"
55import Flex from "@pages/components/Flex"
66import siteService from "@service/site-service"
77import statService from "@service/stat-service"
@@ -126,7 +126,7 @@ const TargetSelect = defineComponent({
126126 ctx . emit ( 'change' , target )
127127 }
128128
129- const { data : allItems } = useManualRequest (
129+ const { data : allItems } = useRequest (
130130 ( ) => fetchItems ( categories . value ) ,
131131 { deps : categories } ,
132132 )
You can’t perform that action at this time.
0 commit comments