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

This commit is contained in:
fhysy 2024-08-12 17:38:32 +08:00
parent fe9b6bbe42
commit 83399d8cbb
3 changed files with 1 additions and 1 deletions

Binary file not shown.

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