|
@@ -347,7 +347,6 @@ const saveInfo = async () => {
|
|
|
customFieldArr.push(obj);
|
|
|
});
|
|
|
|
|
|
- console.log(customFieldArr);
|
|
|
currentProcess.value.customFieldName = JSON.stringify(customFieldArr);
|
|
|
|
|
|
flowData.value.nodes.forEach((item, index) => {
|
|
@@ -356,7 +355,7 @@ const saveInfo = async () => {
|
|
|
}
|
|
|
});
|
|
|
saveFlow();
|
|
|
- reset();
|
|
|
+ currentProcess.value = {};
|
|
|
};
|
|
|
const cancelInfo = () => {
|
|
|
flowData.value.nodes.forEach((item, index) => {
|