vue3+element plus,el-cascader级联回显数据的复选框没有勾选,使用强制更新【记录】

【记录element plus级联选择器回显数据问题】

引入getCurrentInstance

import { getCurrentInstance } from 'vue'

使用方法

let {ctx:that, proxy} = getCurrentInstance()
that.$forceUpdate() // 级联组件-回显需要强制更新