@@ -1047,7 +1047,8 @@ export default {
this.$http
.post('/asset/destroy', {
id: this.assetId,
- tradeCode: this.transactionPassword
+ tradeCode: this.transactionPassword,
+ source: 'RAEX'
})
.then(() => {
this.$toast.success('销毁成功');