iscs调整

This commit is contained in:
joylink_fanyuhong 2020-02-05 15:59:52 +08:00
parent 68a84c9d81
commit 72305c2228
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ const iscsData = {
'12':{},
'21':{},
'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': {},
'51': {},
'61': {},

View File

@ -231,13 +231,13 @@ export function updateIscsData(state, device) {
updateIscsListByDevice(state, 'volumeControlDamperList', device);
break;
case deviceType.IscsRect:
updateIscsListByDevice(state, 'iscsRect', device);
updateIscsListByDevice(state, 'iscsRectList', device);
break;
case deviceType.IscsText:
updateIscsListByDevice(state, 'iscsText', device);
updateIscsListByDevice(state, 'iscsTextList', device);
break;
case deviceType.IscsLine:
updateIscsListByDevice(state, 'iscsLine', device);
updateIscsListByDevice(state, 'iscsLineList', device);
break;
}