mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 00:38:34 +08:00
feat: table允许通过props动态变化data数据
This commit is contained in:
@@ -72,6 +72,7 @@ const {
|
||||
gridEvents,
|
||||
formOptions,
|
||||
tableTitle,
|
||||
tableData,
|
||||
tableTitleHelp,
|
||||
showSearchForm,
|
||||
separator,
|
||||
@@ -229,6 +230,9 @@ const options = computed(() => {
|
||||
}
|
||||
if (mergedOptions.formConfig) {
|
||||
mergedOptions.formConfig.enabled = false;
|
||||
if (tableData.value && tableData.value.length > 0) {
|
||||
mergedOptions.data = tableData.value;
|
||||
}
|
||||
}
|
||||
return mergedOptions;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user