This commit is contained in:
xuliangzhan
2019-08-10 17:14:16 +08:00
parent 9807b77984
commit 3da7e2dd5e
25 changed files with 189 additions and 57 deletions

View File

@@ -272,7 +272,7 @@ const apis = [
{
name: 'query',
desc: '查询方法 Function({ page, sort, filters }, ...arguments),默认处理的数据结构 {page: {total: 0}, result: []}如果使用了服务端排序sort 属性可以获取相关信息如果使用了服务端过滤filter 属性可以获取相关信息',
type: 'Promise',
type: 'Function / Promise',
enum: '',
defVal: '',
list: []
@@ -280,7 +280,7 @@ const apis = [
{
name: 'delete',
desc: '删除方法 Function({ body }, ...arguments),提交的参数 { removeRecords }',
type: 'Promise',
type: 'Function / Promise',
enum: '',
defVal: '',
list: []
@@ -288,7 +288,7 @@ const apis = [
{
name: 'save',
desc: '保存方法 Function({ body }, ...arguments),提交的参数 { insertRecords, updateRecords, removeRecords, pendingRecords}',
type: 'Promise',
type: 'Function / Promise',
enum: '',
defVal: '',
list: []