commit:修复工作流bug,修复builder报错

This commit is contained in:
Jerry
2024-07-24 17:43:48 +08:00
parent 51ff5033e1
commit bb01172492
77 changed files with 391 additions and 455 deletions

View File

@@ -270,7 +270,6 @@ const buildFlowParam = computed(() => {
return flowParam;
});
const tableColumnList = computed(() => {
console.log('>>> ===', props.widget.props.tableColumnList);
let tempList =
props.widget && props.widget.props && Array.isArray(props.widget.props.tableColumnList)
? props.widget.props.tableColumnList