Commit c3b8df93 by chenyu

update: update

parent b8af1c1c
...@@ -190,11 +190,11 @@ export default { ...@@ -190,11 +190,11 @@ export default {
this.loading = true; this.loading = true;
this.isEditSort = false; this.isEditSort = false;
this.sortTable.option('sort', false); this.sortTable.option('sort', false);
let para = { let data = {
gradeIds: this.list.map(el => (el.gradeId)), gradeIds: this.list.map(el => (el.gradeId)),
gradeType: this.type gradeType: this.type
}; };
postJson('/api-admin/sort-member-grade', para) postJson('/api-admin/sort-member-grade', data)
.then((res) => { .then((res) => {
let resData = res.data; let resData = res.data;
if (resData.errorCode == 0) { 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