|
|
|
@ -239,6 +239,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]; |
|
|
|
@ -313,6 +314,7 @@ export default { |
|
|
|
this.form.amount = ""; |
|
|
|
this.getUserCoinAssets(); |
|
|
|
this.$emit('changeAssets') |
|
|
|
location.reload() |
|
|
|
}) |
|
|
|
.catch(() => {}); |
|
|
|
}, |
|
|
|
|