refactor: rename
This commit is contained in:
parent
bdcae96114
commit
a969540715
1 changed files with 3 additions and 3 deletions
|
|
@ -85,7 +85,7 @@ page_container %}
|
||||||
size="lg"
|
size="lg"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
class="q-mr-md cursor-pointer"
|
class="q-mr-md cursor-pointer"
|
||||||
@click="recheckToken(props.row.hash)"
|
@click="recheckBuyOrder(props.row.hash)"
|
||||||
>
|
>
|
||||||
Recheck
|
Recheck
|
||||||
</q-badge>
|
</q-badge>
|
||||||
|
|
@ -893,8 +893,8 @@ page_container %}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
recheckToken: async function(hash) {
|
recheckBuyOrder: async function(hash) {
|
||||||
console.log('### recheckToken', hash)
|
console.log('### recheckBuyOrder', hash)
|
||||||
const tokens = this.tokens.find(bt => bt.hash = hash)
|
const tokens = this.tokens.find(bt => bt.hash = hash)
|
||||||
if (!tokens) {
|
if (!tokens) {
|
||||||
console.error('####### no token for hash', hash)
|
console.error('####### no token for hash', hash)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue