fix: 删除掉多余未使用代码
This commit is contained in:
parent
16866e7966
commit
8d08a8aff3
|
@ -366,8 +366,6 @@ export default function useTableProps<T>(
|
|||
propsRes.value.filter = cloneDeep(filterItem.value);
|
||||
};
|
||||
|
||||
const setChildren = () => {};
|
||||
|
||||
// 事件触发组
|
||||
const propsEvent = ref({
|
||||
// 排序触发
|
||||
|
|
Loading…
Reference in New Issue