Commit d79c4bc9 by chenyu

Merge branch 'feature/1月22日会员卡优化' of http://git.gicdev.com/clique/clique-web into dev

parents 6250c5a4 c3b8df93
......@@ -190,11 +190,11 @@ export default {
this.loading = true;
this.isEditSort = false;
this.sortTable.option('sort', false);
let para = {
let data = {
gradeIds: this.list.map(el => (el.gradeId)),
gradeType: this.type
};
postJson('/api-admin/sort-member-grade', para)
postJson('/api-admin/sort-member-grade', data)
.then((res) => {
let resData = res.data;
if (resData.errorCode == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment