iscs psd 绘图元素修改代码调整

This commit is contained in:
joylink_cuiweidong 2020-02-05 17:43:15 +08:00
parent 0000eb7bc1
commit 7820e64371
5 changed files with 5 additions and 5 deletions

View File

@ -76,7 +76,7 @@ export default {
],
data() {
return {
enabledTab: 'vidicon',
enabledTab: 'Vidicon',
data: '',
stationCode: ''
};

View File

@ -79,7 +79,7 @@ export default {
x: this.addModel.x,
y: this.addModel.y
},
code: this.isUpdate ? this.form.code : getUID('BorderRadius', this.iscs.borderRadiusList),
code: this.isUpdate ? this.addModel.code : getUID('BorderRadius', this.iscs.borderRadiusList),
_type: 'BorderRadius',
width: this.addModel.width,
height: this.addModel.height

View File

@ -73,7 +73,7 @@ export default {
x: this.addModel.x,
y: this.addModel.y
},
code: this.isUpdate ? this.form.code : getUID('EndDoor', this.iscs.endDoorList),
code: this.isUpdate ? this.addModel.code : getUID('EndDoor', this.iscs.endDoorList),
_type: 'EndDoor',
width: this.addModel.width
};

View File

@ -86,7 +86,7 @@ export default {
],
data() {
return {
enabledTab: 'psd',
enabledTab: 'PlatformScreenDoor',
data: '',
stationCode: ''
};

View File

@ -73,7 +73,7 @@ export default {
x: this.addModel.x,
y: this.addModel.y
},
code: this.isUpdate ? this.form.code : getUID('PlatformScreenDoor', this.iscs.platformScreenDoorList),
code: this.isUpdate ? this.addModel.code : getUID('PlatformScreenDoor', this.iscs.platformScreenDoorList),
_type: 'PlatformScreenDoor',
width: this.addModel.width
};