From e8b375c21c7724b8061f040d8dd9629d396fe8bb Mon Sep 17 00:00:00 2001 From: Cain <2365469460@qq.com> Date: Wed, 12 Mar 2025 18:00:24 +0800 Subject: [PATCH] Initial commit --- src/views/dictionary/modules/dictionaryTable.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/dictionary/modules/dictionaryTable.ts b/src/views/dictionary/modules/dictionaryTable.ts index 5ddedcf..bd6efb4 100644 --- a/src/views/dictionary/modules/dictionaryTable.ts +++ b/src/views/dictionary/modules/dictionaryTable.ts @@ -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>(config: { getData: () => Promise; @@ -23,7 +21,7 @@ export function useFormOperate>(config: { categoryName: "", level: "", createTime: "", - categoryType: "网站" + categoryType: "1" }; openDrawer(); }