Commit 5732470c by zhaochengxiang

bug fix

parent 4d8cb10f
...@@ -522,7 +522,7 @@ const ImportAction = React.forwardRef((props, ref) => { ...@@ -522,7 +522,7 @@ const ImportAction = React.forwardRef((props, ref) => {
}) })
//分区 //分区
let newPartition = {...(newModelerData.partition||[])}; let newPartition = {...(newModelerData.partition||{})};
const newKeys = []; const newKeys = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment