Commit ef19be83 authored by zhangjianguo's avatar zhangjianguo

1

parent 4e584b59
...@@ -2094,16 +2094,14 @@ ...@@ -2094,16 +2094,14 @@
}, },
gethuiyList() { gethuiyList() {
let msg = { let msg = {
pageIndex: 1,
pageSize: 999,
Grade: 0, Grade: 0,
Name: "", Name: "",
Enabled: 1 Enabled: 1
}; };
this.apipost("/api/user/GetMemberGradePageList", msg, res => { this.apipost("/api/user/GetMemberGradeList", msg, res => {
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let pageData = res.data.data.pageData; let pageData = res.data.data;
this.huiyList = pageData; this.huiyList = pageData;
this.huiyList.forEach(item => { this.huiyList.forEach(item => {
let obj = { let obj = {
......
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