shish 2 سال پیش
والد
کامیت
d7f553a9dd
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      hdApp/src/admin/home/member.vue

+ 2 - 2
hdApp/src/admin/home/member.vue

@@ -125,12 +125,12 @@ export default {
       this.pageTo({url: '/admin/custom/addCustom'})
     },
     init() {
-      this.getOrderList();      
+      this.getOrderList()      
     },
     searchFn(e) {
       this.resetList();
       this.seekVal = e;
-      this._list();
+      this.getOrderList()
     },
     getOrderList() {
       return getList({ search:"", page:this.list.page,type:this.tabIndex,name: this.seekVal }).then(res => {