通用培训记录的相关文件添加/编辑弹框需要增加标题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
26c58f14fa
commit
78fbae1c1f
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue