src/components/constract/PerpetualContract/createOrder.vue
@@ -530,10 +530,10 @@ } if (this.isActive === 0) { // 开仓弹窗 不弹出直接确认 this.$refs.openDialog.handleSubmit(); this.$refs.openDialog.handleSubmit(type); } else { // 平仓弹窗 this.$refs.closeDialog.handleSubmit(); this.$refs.closeDialog.handleSubmit(type); } } },