feat(断路器): 解决功能设备idbug,调整后端插件

This commit is contained in:
fhysy 2024-08-12 17:38:32 +08:00
parent 06edc35679
commit d56f84f631
2 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ const functionWrite = from => {
} else {
console.log('验证通过', functionForm.selectAttr);
let params = {
deviceSN: attrReadForm.deviceSN,
deviceSN: functionForm.deviceSN,
data: functionForm.selectAttr
};
axios