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

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

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