|
@ -451,6 +451,13 @@ export default { |
|
|
} |
|
|
} |
|
|
this.data1 = data.rs |
|
|
this.data1 = data.rs |
|
|
this.data2 = data.ws |
|
|
this.data2 = data.ws |
|
|
|
|
|
if (data.modeform) { |
|
|
|
|
|
const arr = Object.keys(data.modeform) |
|
|
|
|
|
// 不为空 |
|
|
|
|
|
if (arr.length > 0) { |
|
|
|
|
|
this.modeform.tableData = data.modeform |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
this.sliceItem() |
|
|
this.sliceItem() |
|
|
}) |
|
|
}) |
|
|
selectPlcList().then(data => { |
|
|
selectPlcList().then(data => { |
|
|