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

This commit is contained in:
junjie 2021-06-10 15:13:37 +08:00
parent 7e7dc06838
commit 6dc0b8d875
2 changed files with 7 additions and 7 deletions

View File

@ -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: [],

View File

@ -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: [],