编辑角色状态回显

This commit is contained in:
宋伟佳
2022-01-07 14:08:48 +08:00
parent 7203d2106d
commit 6f2f6344e2
@@ -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)