uiwjs/uiw-admin

[ProTable]: form表单验证onBeforeSearch方法报错

Amber-Nan opened this issue · 4 comments

注意:根据下面内容复现错误问题,以方便测试。

描述错误

orm表单验证onBeforeSearch方法报错,Property 'filed' does not exist on type 'Error'.

错误复现

重现行为的步骤:

  1. ProTable组件使用onBeforeSearch验证查询表单
  2. 打印无err.filed

截图

image

image

@Amber-Nan 你的例子贴一下 说的是不是uiw form ? ProForm没这个api

uiw-admin ProTable组件 @xingyuefeng
image

@Amber-Nan 这是ts错误 没有给err加类型,可以这样看下

 const err: any = new Error()

已正常使用,可以关闭