greper

Results 245 comments of greper

formatter不支持异步方法

http://preview.d2-crud-plus.docmirror.cn/D2CrudPlusExample/index.html#/demo/form/select ![image](https://user-images.githubusercontent.com/1687298/150972646-9bad8612-8a4f-4aef-ac04-7432075b91a7.png)

毕竟是做了一层包装,比原生是要慢一点,这个好像不太好优化了

``` /** * 激活行内编辑 */ // this.getD2Crud().handleLineEdit(index,row) /** * 取消行内编辑 */ // this.getD2Crud().handleLineEditCancel(index,row) /** * 保存行内编辑 */ // this.getD2Crud().handleLineEditSave(index,row) ``` 隐藏分页 http://preview.d2-crud-plus.docmirror.cn/D2CrudPlusExample/index.html#/demo/form/noPagination

太多地方用到buildUrl,其中很多是computed里面调用的,不太好支持promise。 建议事先获取到sts,保存在data里面,然后再在buildUrl里面同步签名url

2.13.4支持配置successHandle,在上传完成后处理新值