x-extends / vxe-table-plugin-element

🌲 基于 vxe-table 表格的适配插件,用于兼容 element-ui、element-plus 组件库
MIT License
97 stars 26 forks source link

Elseclet中的options不支持响应数据传入吗? #6

Closed hasbug closed 5 years ago

hasbug commented 5 years ago

这个下拉项时异步向后端请求的,已经取到并存入data的selectArr中,也在options中配置了this.selectArr,但下拉选框无数据。

xuliangzhan commented 5 years ago

这个文档有例子 https://xuliangzhan_admin.gitee.io/vxe-table/#/table/grid/edit

hasbug commented 5 years ago

这个例子我也看过了,但好像不是Elselect的。

hasbug commented 5 years ago

我明白了,要找到对应column来做更新,这有点繁琐哦。