feat(断路器): 解决功能设备idbug,调整后端插件
This commit is contained in:
parent
06edc35679
commit
d56f84f631
Binary file not shown.
|
@ -869,7 +869,7 @@ const functionWrite = from => {
|
||||||
} else {
|
} else {
|
||||||
console.log('验证通过', functionForm.selectAttr);
|
console.log('验证通过', functionForm.selectAttr);
|
||||||
let params = {
|
let params = {
|
||||||
deviceSN: attrReadForm.deviceSN,
|
deviceSN: functionForm.deviceSN,
|
||||||
data: functionForm.selectAttr
|
data: functionForm.selectAttr
|
||||||
};
|
};
|
||||||
axios
|
axios
|
||||||
|
|
Loading…
Reference in New Issue