Initial commit
This commit is contained in:
parent
67ff3de75e
commit
e8b375c21c
@ -1,7 +1,5 @@
|
||||
import { ref, Ref, Reactive } from 'vue';
|
||||
import { jsonClone } from '@sa/utils';
|
||||
import { useBoolean } from '@sa/hooks';
|
||||
import { $t } from '@/locales';
|
||||
|
||||
export function useFormOperate<T extends Record<string, any>>(config: {
|
||||
getData: () => Promise<void>;
|
||||
@ -23,7 +21,7 @@ export function useFormOperate<T extends Record<string, any>>(config: {
|
||||
categoryName: "",
|
||||
level: "",
|
||||
createTime: "",
|
||||
categoryType: "网站"
|
||||
categoryType: "1"
|
||||
};
|
||||
openDrawer();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user