feat: 🚀 生产环境

This commit is contained in:
2025-10-21 11:48:44 +08:00
parent 0861dae12d
commit 8a958c987e
7 changed files with 33 additions and 22 deletions

View File

@@ -147,7 +147,7 @@ const newValInitParams = toRef(props, "initParam");
const { selectionChange, selectedList, selectedListIds, isSelected } = useSelection(props.rowKey);
// 清空选中数据列表
const clearSelection = () => tableRef.value!.clearSelection();
const clearSelection = () => tableRef?.value!.clearSelection();
// 表格操作 Hooks
const { tableData, pageable, getTableList, handleSizeChange, handleCurrentChange } = useTable(
routeName.value,