Ver Fonte

fix: 修复列表重置问题

zhangyuhan há 4 meses atrás
pai
commit
ab1e446ba2
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      apps/jy-pc/src/views/equity/Exchange.vue

+ 4 - 0
apps/jy-pc/src/views/equity/Exchange.vue

@@ -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