|
@ -1153,6 +1153,9 @@ const open = async (type: string, strategyCode: string, id?: number) => { |
|
|
item.Value = item.Value.split(',') |
|
|
item.Value = item.Value.split(',') |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
if(!formData.value.condition[6]){ |
|
|
|
|
|
formData.value.condition[6] = { ParamCode: 'BusinessType', Operator: 'IN', Value: '' } |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
if (data.configuration) { |
|
|
if (data.configuration) { |
|
|
formData.value.configuration = JSON.parse(data.configuration) |
|
|
formData.value.configuration = JSON.parse(data.configuration) |
|
|