<el-input
placeholder="审批人"
v-model="searchKeyword"
class="w_272"
@keyup.enter="search"
>

  这样写不生效需要改成如下

@keyup.enter.native = 'search'

  

相关文章:

  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
猜你喜欢
  • 2021-11-09
  • 2021-09-17
  • 2021-11-01
  • 2021-06-22
  • 2022-12-23
相关资源
相似解决方案