菜单修改顶级
This commit is contained in:
parent
c08648778b
commit
13740208cd
|
@ -203,8 +203,8 @@ export default {
|
|||
if (res.code == 200) {
|
||||
this.form.resetFields(`pid`, [])
|
||||
this.menuTreeData = [{
|
||||
'id': '-1',
|
||||
'parentId': '0',
|
||||
'id': '0',
|
||||
'parentId': '-1',
|
||||
'name': '顶级',
|
||||
'value': '0',
|
||||
'pid': '0',
|
||||
|
|
Loading…
Reference in New Issue