只是修改注释

pull/755/merge
zhangdaiscott 2023-09-20 10:18:10 +08:00
parent 9956723946
commit d4c5fe34ed
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ export function useDataSource(
}
function insertTableDataRecord(record: Recordable, index: number): Recordable | undefined {
//【issues/136】同步VbenBasicTable 调用插入函数异常插入两条记录]
// if (!dataSourceRef.value || dataSourceRef.value.length == 0) return;
index = index ?? dataSourceRef.value?.length;
unref(dataSourceRef).splice(index, 0, record);