lrf402788946 3 years ago
parent
commit
bd20c3cfc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/kline/index.vue

+ 1 - 1
src/views/kline/index.vue

@@ -280,7 +280,6 @@ export default {
             start: -1,
             count: data.Request.Data.count,
           };
-          console.warn('function in:' + this.kLineType);
           let res;
           if (this.kLineType === 'number') res = await this.kline(reqData);
           else if (this.kLineType === 'match') res = await this.matchKLine(reqData);
@@ -347,6 +346,7 @@ export default {
         let e = document.getElementById(key);
         e.innerHTML = '';
       }
+      this.team = {};
       this.init();
     },
   },