Pushback ArcEdit
This commit is contained in:
parent
0938ab8780
commit
49165227af
@ -72,7 +72,8 @@
|
||||
isPushback: {
|
||||
// getter
|
||||
get: function () {
|
||||
return this.$store.state.Editable.data.arc.isPushBackRoute === '1'
|
||||
return this.$store.state.Editable.data.arc.isPushBackRoute === '1' ||
|
||||
this.$store.state.Editable.data.arc.isPushBackRoute === 1
|
||||
},
|
||||
// setter
|
||||
set: function (newValue) {
|
||||
|
Loading…
Reference in New Issue
Block a user