bug 78411
This commit is contained in:
@@ -72,6 +72,8 @@ export default {
|
|||||||
this.isEdit = isEdit
|
this.isEdit = isEdit
|
||||||
if (!this.isEdit) {
|
if (!this.isEdit) {
|
||||||
this.title = this.$t('details')
|
this.title = this.$t('details')
|
||||||
|
} else {
|
||||||
|
this.title = this.$t('edit')
|
||||||
}
|
}
|
||||||
this.model = Object.assign({}, record)
|
this.model = Object.assign({}, record)
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user