|
|
@@ -73,7 +73,10 @@ const handleUpdate = async (fields) => { |
|
|
|
onClick={() => { |
|
|
|
InitTree(); |
|
|
|
handleModalVisible(true); |
|
|
|
console.log("record.type",record.type) |
|
|
|
if(!Array.isArray(record.type)){ |
|
|
|
record.type=record.type.split(','); |
|
|
|
} |
|
|
|
setStepFormValues(record); |
|
|
|
}} |
|
|
|
> |
|
|
|