hide list add string if not in expert mode
This commit is contained in:
parent
56a6a25112
commit
3fca18e248
4 changed files with 33 additions and 14 deletions
|
|
@ -235,7 +235,6 @@ export default {
|
|||
},
|
||||
descriptionPath () {
|
||||
if (this.path == null) return null
|
||||
if (this.backendDescriptionPath) return this.backendDescriptionPath
|
||||
const path = Array.isArray(this.path) ? this.path : this.path.split('.')
|
||||
if (this.subgroup) {
|
||||
return [
|
||||
|
|
@ -279,7 +278,6 @@ export default {
|
|||
}
|
||||
},
|
||||
reset () {
|
||||
console.log('RS', this.state, this.draft)
|
||||
if (this.realDraftMode) {
|
||||
this.draft = cloneDeep(this.state)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue