vue element-ui 中的 select remote-method 函数中自定义传参
element
A Vue.js 2.0 UI Toolkit for Web
项目地址:https://gitcode.com/gh_mirrors/eleme/element
免费下载资源
·
1、在 select 组件中我们可以配合focus存本地实现;
2、在我们使用 select 组件的远程搜索时,我们给 remote-method 这个方法添加自定义参数,
代码实现如下:
:remote-method="(query) => getProductList(query, <自定义参数>)"
query:为remote-method默认参数;
自定义参数:可以是任意类型;
欢迎留言交流,QQ:1960816818
elementui el-form中el-form-item自定义labelhttps://blog.csdn.net/qq_38909255/article/details/122121432
GitHub 加速计划 / eleme / element
10
1
下载
A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:5 个月前 )
c345bb45
9 个月前
a07f3a59
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update table.md
* Update transition.md
* Update popover.md 9 个月前
更多推荐
已为社区贡献6条内容
所有评论(0)