src/components/constract/PerpetualContract/orderCom/openDialog.vue
@@ -134,9 +134,10 @@ close() { this.isShow = false; }, handleSubmit() { handleSubmit(type) { console.log("handleSubmit: ", type, this.sellOrBuy); const data = { direction: this.sellOrBuy, direction: type || this.sellOrBuy, price_type: this.type, ...this.info, //价格,数量,杠杆,symbol };