fix:成品出入库
This commit is contained in:
@@ -56,7 +56,7 @@ function CRUD(options) {
|
||||
reset: true
|
||||
},
|
||||
// 自定义一些扩展属性
|
||||
props: {},
|
||||
props: { size: 10 },
|
||||
// 在主页准备
|
||||
queryOnPresenterCreated: true,
|
||||
// 调试开关
|
||||
@@ -97,7 +97,7 @@ function CRUD(options) {
|
||||
// 页码
|
||||
page: 0,
|
||||
// 每页数据条数
|
||||
size: 10,
|
||||
size: options.props.size,
|
||||
// 总数据条数
|
||||
total: 0
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user