|
@ -183,7 +183,8 @@ export default { |
|
|
url: `/business/switch/deviceDiagnostics`, |
|
|
url: `/business/switch/deviceDiagnostics`, |
|
|
method: "post", |
|
|
method: "post", |
|
|
data: { |
|
|
data: { |
|
|
...row, |
|
|
deviceIp:row.deviceIp, |
|
|
|
|
|
deviceType:row.deviceType |
|
|
} |
|
|
} |
|
|
}).then((result) => { |
|
|
}).then((result) => { |
|
|
this.isDiagnosing = false; |
|
|
this.isDiagnosing = false; |
|
|