Explorar o código

客户列表优化

shish %!s(int64=6) %!d(string=hai) anos
pai
achega
79d8abb86c
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      store/src/admin/home/member.vue

+ 3 - 3
store/src/admin/home/member.vue

@@ -129,12 +129,12 @@ export default {
     },
     },
     // 列表
     // 列表
     _list() {
     _list() {
-      let status = JSON.parse(JSON.stringify(this.tabIndex));
-      status = status == 0 ? -1 : status;
+      let type = JSON.parse(JSON.stringify(this.tabIndex));
+      type = type == 0 ? -1 : type;
       return getList({
       return getList({
         search: "",
         search: "",
         page: this.list.page,
         page: this.list.page,
-        status: status,
+        type: type,
         ...this.form
         ...this.form
       }).then(res => {
       }).then(res => {
         this.completes(res);
         this.completes(res);