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