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