提交 6dc0b8d8 authored 作者: junjie's avatar junjie

feat(frontend):一级分组、场景pid修复

上级 7e7dc068
......@@ -252,7 +252,7 @@ export default {
expandedArray: [],
groupForm: {
name: '',
pid: null,
pid: '0',
level: 0,
type: '',
children: [],
......@@ -451,7 +451,7 @@ export default {
this.editGroup = false
this.groupForm = {
name: '',
pid: null,
pid: '0',
level: 0,
type: '',
children: [],
......
......@@ -285,7 +285,7 @@ export default {
expandedArray: [],
groupForm: {
name: '',
pid: null,
pid: '0',
level: 0,
type: '',
children: [],
......@@ -293,7 +293,7 @@ export default {
},
dsForm: {
name: '',
pid: null,
pid: '0',
level: 0,
type: '',
children: [],
......@@ -508,7 +508,7 @@ export default {
this.editGroup = false
this.groupForm = {
name: '',
pid: null,
pid: '0',
level: 0,
type: '',
children: [],
......@@ -629,7 +629,7 @@ export default {
this.moveGroup = false
this.groupForm = {
name: '',
pid: null,
pid: '0',
level: 0,
type: '',
children: [],
......@@ -656,7 +656,7 @@ export default {
this.moveDs = false
this.dsForm = {
name: '',
pid: null,
pid: '0',
level: 0,
type: '',
children: [],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论