|
|
|
@ -532,7 +532,9 @@ export default { |
|
|
|
// 平仓弹窗 |
|
|
|
liquidation(item) { |
|
|
|
this.activeItem = item; |
|
|
|
// console.info(item) |
|
|
|
this.form.entrust_price = this.newPrice; |
|
|
|
this.form.amount = item.avail_position |
|
|
|
this.$set(this.activeItem, "closeType", 1); |
|
|
|
$("#exampleModal").modal("show"); |
|
|
|
}, |
|
|
|
|