
级联选择器编辑回显的时候,多选框不是勾选状态,但是是深蓝色点击状态,编辑能拿到值。
```html
<el-cascader v-if="!ruleForm.zipcodeType" ref="cascader" filterable v-model="scope.row.countryList1"
style="width: 100%;" :options="divisionList" :props="props" clearable @change="caserList">
</el-cascader>
```