bug 78411

This commit is contained in:
赵霄
2023-11-10 19:56:54 +08:00
parent 4e7fbb3d9c
commit 8451674c47
@@ -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(() => {