Merge branch 'fork/xueyitt/main'
commit
c8c425538f
|
|
@ -251,10 +251,10 @@ const options = computed(() => {
|
||||||
}
|
}
|
||||||
if (mergedOptions.formConfig) {
|
if (mergedOptions.formConfig) {
|
||||||
mergedOptions.formConfig.enabled = false;
|
mergedOptions.formConfig.enabled = false;
|
||||||
|
}
|
||||||
if (tableData.value && tableData.value.length > 0) {
|
if (tableData.value && tableData.value.length > 0) {
|
||||||
mergedOptions.data = tableData.value;
|
mergedOptions.data = tableData.value;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// 注入已读行功能(rowClassName、rowStyle、columns 拦截)
|
// 注入已读行功能(rowClassName、rowStyle、columns 拦截)
|
||||||
if (viewedRowOptions.value && gridApi.viewedRowHelper) {
|
if (viewedRowOptions.value && gridApi.viewedRowHelper) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue