BUG 28306
This commit is contained in:
@@ -68,7 +68,7 @@ export default {
|
||||
dataRange() {
|
||||
let rules = [10, 8, 6, 3, 0],
|
||||
level = 0
|
||||
if (this.all) return (level = 0)
|
||||
if (this.all || this.disabled) return (level = 0)
|
||||
rules.some((e, i) => {
|
||||
let reg = new RegExp(`0{${e}}`, 'g')
|
||||
if (reg.test(this.root)) {
|
||||
|
||||
Reference in New Issue
Block a user