|
@ -692,7 +692,7 @@ export default { |
|
|
handleUpdate(row) { |
|
|
handleUpdate(row) { |
|
|
this.reset(); |
|
|
this.reset(); |
|
|
const id = row.id || this.ids; |
|
|
const id = row.id || this.ids; |
|
|
listMerchant().then( |
|
|
listMerchant(this.addSESDateRange(this.queryParams, this.dateRange)).then( |
|
|
(response) => { |
|
|
(response) => { |
|
|
for (var i = 0; i < response.rows.length; i++) { |
|
|
for (var i = 0; i < response.rows.length; i++) { |
|
|
if (id == response.rows[i].id) { |
|
|
if (id == response.rows[i].id) { |
|
|