fix: 新增通道添加circuitBreaker属性

This commit is contained in:
XieYongHong 2023-07-27 15:35:14 +08:00
parent 94a2a2c5ec
commit ade8401638
1 changed files with 3 additions and 1 deletions

View File

@ -239,7 +239,9 @@ const handleOk = async () => {
params.configuration.deviceName = formData.value.configuration.deviceName
}
params.circuitBreaker = {
type: 'Ignore'
}
loading.value = true;
const response = !id