rev 抓取站点修改

This commit is contained in:
周俊杰
2023-08-11 17:47:17 +08:00
parent 8edd6d0f69
commit 1670f15446
3 changed files with 89 additions and 70 deletions

View File

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