编辑角色状态回显
This commit is contained in:
@@ -438,6 +438,7 @@ export default {
|
||||
this.addForm.remarks = row.remarks
|
||||
this.addForm.parentId = row.parentId
|
||||
this.addForm.parent = row.parent
|
||||
this.addForm.useFlag = row.useFlag === 0 ? '禁用' : '启用'
|
||||
this.addForm.id = row.id
|
||||
this.nodeList3 = []
|
||||
this.nodeList3.push(this.addForm.parentId)
|
||||
|
||||
Reference in New Issue
Block a user