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