fix: 新增通道添加circuitBreaker属性
This commit is contained in:
parent
94a2a2c5ec
commit
ade8401638
|
@ -239,7 +239,9 @@ const handleOk = async () => {
|
|||
params.configuration.deviceName = formData.value.configuration.deviceName
|
||||
}
|
||||
|
||||
|
||||
params.circuitBreaker = {
|
||||
type: 'Ignore'
|
||||
}
|
||||
|
||||
loading.value = true;
|
||||
const response = !id
|
||||
|
|
Loading…
Reference in New Issue