【记录element plus级联选择器回显数据问题】 引入getCurrentInstance import { getCurrentInstance } from 'vue' 使用方法 let {ctx:that, proxy} = getCurrentInstance() that.$forceUpdate() // 级联组件-回显需要强制更新