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