lrf402788946 3 năm trước cách đây
mục cha
commit
bd20c3cfc5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
     },
   },