This commit is contained in:
joylink_fanyuhong 2020-02-06 09:42:18 +08:00
commit 6e96c3d5b7
7 changed files with 7 additions and 7 deletions

View File

@ -65,7 +65,7 @@ export default {
],
data() {
return {
enabledTab: 'entranceGuard',
enabledTab: 'EntranceGuard',
data: '',
stationCode: ''
};

View File

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

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
};