Browse Source

合约买卖完后需要清除数据

master
liaoxinyu 7 months ago
parent
commit
73ce2cfd44
  1. 2
      src/views/contract/exchange-store.vue

2
src/views/contract/exchange-store.vue

@ -660,6 +660,8 @@ export default {
this.contractAccount();
this.buyform.amount = 0;
this.sellform.amount = 0;
this.marginBuy = 0;
this.marginSell = 0;
this.$message.success(this.$t("contract.f5"));
this.$emit("position");
});

Loading…
Cancel
Save