Commit ef19be83 authored by zhangjianguo's avatar zhangjianguo

1

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