Merge branch 'dev' of https://git.code.tencent.com/lian-cbtc/jl-client into dev
This commit is contained in:
commit
6e96c3d5b7
@ -65,7 +65,7 @@ export default {
|
||||
],
|
||||
data() {
|
||||
return {
|
||||
enabledTab: 'entranceGuard',
|
||||
enabledTab: 'EntranceGuard',
|
||||
data: '',
|
||||
stationCode: ''
|
||||
};
|
||||
|
@ -86,7 +86,7 @@ export default {
|
||||
],
|
||||
data() {
|
||||
return {
|
||||
enabledTab: 'brakeMachine',
|
||||
enabledTab: 'BrakeMachine',
|
||||
data: '',
|
||||
stationCode: ''
|
||||
};
|
||||
|
@ -76,7 +76,7 @@ export default {
|
||||
],
|
||||
data() {
|
||||
return {
|
||||
enabledTab: 'vidicon',
|
||||
enabledTab: 'Vidicon',
|
||||
data: '',
|
||||
stationCode: ''
|
||||
};
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
};
|
||||
|
@ -86,7 +86,7 @@ export default {
|
||||
],
|
||||
data() {
|
||||
return {
|
||||
enabledTab: 'psd',
|
||||
enabledTab: 'PlatformScreenDoor',
|
||||
data: '',
|
||||
stationCode: ''
|
||||
};
|
||||
|
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user