aq-fe-framework 0.1.715 → 0.1.717

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -420,16 +420,6 @@ function useQ_AQ_GetAQModule() {
420
420
 
421
421
  // src/hooks/query/SkillCenter/useQ_SkillCenter_GetAll.ts
422
422
  import { useQuery as useQuery4 } from "@tanstack/react-query";
423
- function useQ_SkillCenter_GetAll() {
424
- const query = useQuery4({
425
- queryKey: [],
426
- queryFn: async () => {
427
- const res = await baseAxios_default.get("/SkillCenter/GetAll");
428
- return res.data.data;
429
- }
430
- });
431
- return query;
432
- }
433
423
 
434
424
  export {
435
425
  useEditableRows,
@@ -445,6 +435,5 @@ export {
445
435
  useCrudService,
446
436
  baseAxios_default,
447
437
  useLoadAxiosConfig,
448
- useQ_AQ_GetAQModule,
449
- useQ_SkillCenter_GetAll
438
+ useQ_AQ_GetAQModule
450
439
  };