Initial commit

This commit is contained in:
Cain 2025-03-12 18:00:24 +08:00
parent 67ff3de75e
commit e8b375c21c

View File

@ -1,7 +1,5 @@
import { ref, Ref, Reactive } from 'vue'; import { ref, Ref, Reactive } from 'vue';
import { jsonClone } from '@sa/utils';
import { useBoolean } from '@sa/hooks'; import { useBoolean } from '@sa/hooks';
import { $t } from '@/locales';
export function useFormOperate<T extends Record<string, any>>(config: { export function useFormOperate<T extends Record<string, any>>(config: {
getData: () => Promise<void>; getData: () => Promise<void>;
@ -23,7 +21,7 @@ export function useFormOperate<T extends Record<string, any>>(config: {
categoryName: "", categoryName: "",
level: "", level: "",
createTime: "", createTime: "",
categoryType: "网站" categoryType: "1"
}; };
openDrawer(); openDrawer();
} }