rev 页面更新

This commit is contained in:
周俊杰
2023-08-11 09:20:08 +08:00
parent e78a3c35fe
commit 8edd6d0f69

View File

@@ -451,6 +451,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 => {