This commit is contained in:
yangduo 2024-08-08 11:30:37 +08:00
parent 965115fd52
commit bb1cfa1016
2 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,7 @@ export default {
this.form.type = row.type
this.form.content = row.content
this.form.is_effect = row.is_effect
this.form.idx = row.idx
this.dialogStatus = 'update'
this.dialogTitle = '修改公告'

View File

@ -131,6 +131,7 @@ export default {
this.form.version = row.version
this.form.model = row.model
this.form.is_auditing = row.is_auditing
this.form.idx = row.idx
this.dialogStatus = 'update'
this.dialogTitle = '编辑'
this.dialogFormVisible = true