iscs调整
This commit is contained in:
parent
68a84c9d81
commit
72305c2228
@ -3,7 +3,7 @@ const iscsData = {
|
|||||||
'12':{},
|
'12':{},
|
||||||
'21':{},
|
'21':{},
|
||||||
'31':{},
|
'31':{},
|
||||||
'41': {},
|
'41': {"vidiconList":[{"_type":"Vidicon","code":"Vidicon_1","width":40,"right":true,"point":{"x":180,"y":72},"zlevel":1,"z":4}],"iscsRect":[{"point":{"x":10,"y":10},"code":"IscsRect_1","_type":"IscsRect","fillColor":"rgba(28, 27, 27, 0)","borderWidth":2,"strokeColor":"#F8F4F4","width":70,"height":90,"zlevel":1,"z":3}]},
|
||||||
'42': {},
|
'42': {},
|
||||||
'51': {},
|
'51': {},
|
||||||
'61': {},
|
'61': {},
|
||||||
|
@ -231,13 +231,13 @@ export function updateIscsData(state, device) {
|
|||||||
updateIscsListByDevice(state, 'volumeControlDamperList', device);
|
updateIscsListByDevice(state, 'volumeControlDamperList', device);
|
||||||
break;
|
break;
|
||||||
case deviceType.IscsRect:
|
case deviceType.IscsRect:
|
||||||
updateIscsListByDevice(state, 'iscsRect', device);
|
updateIscsListByDevice(state, 'iscsRectList', device);
|
||||||
break;
|
break;
|
||||||
case deviceType.IscsText:
|
case deviceType.IscsText:
|
||||||
updateIscsListByDevice(state, 'iscsText', device);
|
updateIscsListByDevice(state, 'iscsTextList', device);
|
||||||
break;
|
break;
|
||||||
case deviceType.IscsLine:
|
case deviceType.IscsLine:
|
||||||
updateIscsListByDevice(state, 'iscsLine', device);
|
updateIscsListByDevice(state, 'iscsLineList', device);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user