forked from github/dataease
feat(frontend):分组、场景pid修改为0
This commit is contained in:
parent
38dea1ad1d
commit
711428705b
@ -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: [],
|
||||
|
Loading…
Reference in New Issue
Block a user