Merge branch 'develop' of https://gitee.com/siwa-team/dawa-vue into develop
This commit is contained in:
commit
a07a6a905d
|
@ -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