This commit is contained in:
@@ -147,6 +147,10 @@ export default {
|
||||
}
|
||||
},
|
||||
edit(row) {
|
||||
this.title = this.$t('dictionary:signature:attachmentForm:title:update')
|
||||
if (!row.Id) {
|
||||
this.title = this.$t('dictionary:signature:attachmentForm:title:add')
|
||||
}
|
||||
this.rowData = Object.assign({}, row)
|
||||
this.visible = true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user