fix
This commit is contained in:
parent
965115fd52
commit
bb1cfa1016
@ -189,6 +189,7 @@ export default {
|
|||||||
this.form.type = row.type
|
this.form.type = row.type
|
||||||
this.form.content = row.content
|
this.form.content = row.content
|
||||||
this.form.is_effect = row.is_effect
|
this.form.is_effect = row.is_effect
|
||||||
|
this.form.idx = row.idx
|
||||||
|
|
||||||
this.dialogStatus = 'update'
|
this.dialogStatus = 'update'
|
||||||
this.dialogTitle = '修改公告'
|
this.dialogTitle = '修改公告'
|
||||||
|
@ -131,6 +131,7 @@ export default {
|
|||||||
this.form.version = row.version
|
this.form.version = row.version
|
||||||
this.form.model = row.model
|
this.form.model = row.model
|
||||||
this.form.is_auditing = row.is_auditing
|
this.form.is_auditing = row.is_auditing
|
||||||
|
this.form.idx = row.idx
|
||||||
this.dialogStatus = 'update'
|
this.dialogStatus = 'update'
|
||||||
this.dialogTitle = '编辑'
|
this.dialogTitle = '编辑'
|
||||||
this.dialogFormVisible = true
|
this.dialogFormVisible = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user