瀏覽代碼

新接口

Leo 2 年之前
父節點
當前提交
a6cc381c19
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/module/workmgmt/component/JobStepThree.jsx

+ 1 - 1
src/module/workmgmt/component/JobStepThree.jsx

@@ -181,7 +181,7 @@ export default function JobStepTwo({ OutputDataForm, dagData, checkSync }) {
           const strs = item.split(':')
           return { dataField: strs[1], dataType: strs[2] }
         })
-        handleSyncData(schemas, nodes[index]?.data.input_source, index)
+        handleSyncData(schemas, nodes[index]?.data.output_source, index)
       }
     }
   }