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