Browse Source

修改资产切换合约账户时不会发生改变

master
liaoxinyu 2 years ago
parent
commit
2c70ac84a4
  1. 1
      src/views/components/inner-transfer.vue

1
src/views/components/inner-transfer.vue

@ -238,6 +238,7 @@ export default {
}
this.$refs.to.$refs.panel.clearCheckedNodes();
this.$refs.to.$refs.panel.lazyLoad();
this.getUserCoinAssets()
},
toChange() {
this.form.to_account = this.toValue[0];

Loading…
Cancel
Save