mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:13:26 +08:00
Merge branch 'develop' into 'master'
【修复】修复后台余额和积分明细弹窗,点击表头排序数据显示错误数据的问题。 See merge request jianweie/coreshoppro!11
This commit is contained in:
@@ -116,7 +116,8 @@
|
||||
initSort: obj, //记录初始排序,如果不设的话,将无法标记表头的排序状态。
|
||||
where: { //请求参数(注意:这里面的参数可任意定义,并非下面固定的格式)
|
||||
orderField: obj.field, //排序字段
|
||||
orderDirection: obj.type //排序方式
|
||||
orderDirection: obj.type, //排序方式
|
||||
userId: d.params.id
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -116,7 +116,8 @@
|
||||
initSort: obj, //记录初始排序,如果不设的话,将无法标记表头的排序状态。
|
||||
where: { //请求参数(注意:这里面的参数可任意定义,并非下面固定的格式)
|
||||
orderField: obj.field, //排序字段
|
||||
orderDirection: obj.type //排序方式
|
||||
orderDirection: obj.type, //排序方式
|
||||
userId: d.params.id
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user