Browse Source

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

master
liaoxinyu 9 months ago
parent
commit
a2e1998dd0
  1. 2
      src/views/contract/exchange-store.vue

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

@ -661,6 +661,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