|
@@ -127,8 +127,7 @@ export default {
|
|
list3[index3].leaf = true
|
|
list3[index3].leaf = true
|
|
this.options = list
|
|
this.options = list
|
|
|
|
|
|
- console.log(JSON.parse(JSON.stringify(this.options)))
|
|
|
|
- this.$emit('handleChange',_v.slice(1))
|
|
|
|
|
|
+ this.$emit('handleChange',_v.slice(1).map(v => Number(v)))
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|