FEMessage/el-data-table

获取 table 数据的请求不支持 post 方法

Jogiter opened this issue · 1 comments

getList

代码中默认写死了使用 get 请求。不能使用 axiosConfig 来覆盖。

希望可以通过 axiosConfig 来覆盖。或者在 props 中新增 method 字段来控制请求方式