|
@@ -335,7 +335,7 @@ function swapExactOut() {
|
|
|
http.post('/web3/swap-exact-out', {
|
|
http.post('/web3/swap-exact-out', {
|
|
|
accountId: table.value.getSelectionRows()[0].id,
|
|
accountId: table.value.getSelectionRows()[0].id,
|
|
|
amount: exactOutAmount.value,
|
|
amount: exactOutAmount.value,
|
|
|
- network
|
|
|
|
|
|
|
+ network: network.value
|
|
|
})
|
|
})
|
|
|
.then(() => {
|
|
.then(() => {
|
|
|
ElMessage.success('成功')
|
|
ElMessage.success('成功')
|