删除打印
This commit is contained in:
parent
5c6ce655d6
commit
85fee71570
@ -108,9 +108,7 @@ export default {
|
||||
if (arr.length != 0) {
|
||||
this.$store.state.iscs.faultList.forEach(item => {
|
||||
if (item.stationName == this.$route.query.stationName) {
|
||||
console.log(item.list);
|
||||
item.list.forEach(ele => {
|
||||
console.log(this.$iscs.iscsDevice);
|
||||
const device = this.$iscs.iscsDevice[ele.code];
|
||||
device.model = Object.assign(device.model, ele);
|
||||
if (device.model._type == 'IscsButton') {
|
||||
|
Loading…
Reference in New Issue
Block a user