Browse Source

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

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

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

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