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.
- package/dist/{chunk-G4GAKTUO.mjs → chunk-2JFYOBBR.mjs} +1 -12
- package/dist/{chunk-MJL6G2SF.mjs → chunk-YJYLGVJB.mjs} +1196 -1470
- package/dist/components/index.mjs +5 -5
- package/dist/core/index.mjs +5 -5
- package/dist/coreService/index.mjs +7 -7
- package/dist/hooks/index.mjs +2 -2
- package/dist/modules-features/index.d.mts +8 -31
- package/dist/modules-features/index.mjs +5 -11
- package/dist/utils/index.mjs +3 -3
- package/package.json +1 -1
|
@@ -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
|
};
|