|
@@ -298,12 +298,12 @@ export default {
|
|
|
},
|
|
},
|
|
|
timeModification_: {
|
|
timeModification_: {
|
|
|
handler: function (val, oldVal) {
|
|
handler: function (val, oldVal) {
|
|
|
- if (val) {
|
|
|
|
|
- // this.readonly = false
|
|
|
|
|
- // console.log(this.readonly)
|
|
|
|
|
|
|
+ // if (val) {
|
|
|
|
|
+ // this.readonly = false
|
|
|
|
|
+ // console.log(this.readonly)
|
|
|
|
|
|
|
|
- this.buttons = this.buildButtons(this.responseData.buttons.slice(1, 4), this.attributes) || []
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ this.buttons = this.buildButtons(this.responseData.buttons.slice(1, 4), this.attributes) || []
|
|
|
|
|
+ // }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|