增加字典数据界面
This commit is contained in:
@@ -154,7 +154,7 @@ export function useTableOperate<T extends TableData<{ [key: string]: any }>>(
|
||||
const operateType = ref<any>('add');
|
||||
const { getData, idKey = 'id' } = options;
|
||||
/** the editing row data */
|
||||
const editingData: Ref<T | null> = ref(null);
|
||||
const editingData: any = ref(null);
|
||||
|
||||
function handleAdd() {
|
||||
operateType.value = 'add';
|
||||
|
||||
Reference in New Issue
Block a user