my side is a three-level cascade. The official website directly equals selectedOptions to a value containing three levels of value, which can be displayed by default. However, after I query the data, assigning values to the selectedOptions, page can only display the first level, and can not correctly realize the three-level default value display ~
. <el-cascader
:options="options"
v-model="selectedOptions"
@active-item-change="handleChange"
@change="dleChange"
clearable
:props="props">
</el-cascader>