lrf402788946 il y a 3 ans
Parent
commit
bd20c3cfc5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
     },
   },