Explorar el Código

fix reward bug

Unknown %!s(int64=7) %!d(string=hace) años
padre
commit
b87cbde9a0
Se han modificado 1 ficheros con 1 adiciones y 9 borrados
  1. 1 9
      src/views/room/wechatMember/index.vue

+ 1 - 9
src/views/room/wechatMember/index.vue

145
       list: null,
145
       list: null,
146
       total: null,
146
       total: null,
147
       listLoading: true,
147
       listLoading: true,
148
-      // listQuery: {
149
-      //   page: 1,
150
-      //   limit: 20,
151
-      //   name: '',
152
-      //   chipsSort: '',
153
-      //   updatedSort: ''
154
-      // },
155
       temp: {
148
       temp: {
156
         id: '',
149
         id: '',
157
         WeChatUser: {
150
         WeChatUser: {
268
       this.getList()
261
       this.getList()
269
     },
262
     },
270
     handleSizeChange(val) {
263
     handleSizeChange(val) {
271
-      // this.listQuery.limit = val
272
       this.SetQuery({layer:2, query: {limit: val, name: this.query.secondLayer.name}})   
264
       this.SetQuery({layer:2, query: {limit: val, name: this.query.secondLayer.name}})   
273
       this.getList()
265
       this.getList()
274
     },
266
     },
275
     handleCurrentChange(val) {
267
     handleCurrentChange(val) {
276
-      // this.listQuery.page = val
277
       this.SetQuery({layer:2, query: {page: val, name: this.query.secondLayer.name}})    
268
       this.SetQuery({layer:2, query: {page: val, name: this.query.secondLayer.name}})    
278
       this.getList()
269
       this.getList()
279
     },
270
     },
308
           })
299
           })
309
         }
300
         }
310
       })
301
       })
302
+      this.activeName = 'deposit';      
311
     },
303
     },
312
     handleAgentUpdate(row) {
304
     handleAgentUpdate(row) {
313
       this.temp = Object.assign({}, row) // copy obj      
305
       this.temp = Object.assign({}, row) // copy obj