Commit eb3f4dee by zhaochengxiang

bug fix

parent 26cb3ccb
......@@ -564,7 +564,7 @@ const ImportAction = React.forwardRef((props, ref) => {
})
//分区
let newPartition = {...(newModelerData.partition||[])};
let newPartition = {...newModelerData.partition};
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