提交 71142870 authored 作者: junjie's avatar junjie

feat(frontend):分组、场景pid修改为0

上级 38dea1ad
......@@ -146,7 +146,7 @@ export default {
expandedArray: [],
groupForm: {
name: '',
pid: null,
pid: '0',
level: 0,
type: '',
children: [],
......@@ -201,7 +201,7 @@ export default {
this.editGroup = false
this.groupForm = {
name: '',
pid: null,
pid: '0',
level: 0,
type: '',
children: [],
......
......@@ -36,7 +36,7 @@ export default {
currGroup: '',
groupForm: {
name: '',
pid: null,
pid: '0',
level: 0,
type: '',
children: [],
......
......@@ -36,7 +36,7 @@ export default {
currGroup: '',
groupForm: {
name: '',
pid: null,
pid: '0',
level: 0,
type: 'group',
children: [],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论