|
@@ -473,6 +473,10 @@ export default {
|
|
|
},
|
|
|
async getThirdExchangeList() {
|
|
|
this.thirdPartyExchange.loading = true
|
|
|
+ this.thirdPartyExchange.pending = []
|
|
|
+ this.thirdPartyExchange.processed = []
|
|
|
+ this.thirdPartyExchange.rule = []
|
|
|
+ this.thirdPartyExchange.address = ''
|
|
|
try {
|
|
|
const ajaxFn =
|
|
|
this.activeType === 0
|