lrf402788946 4 年之前
父節點
當前提交
bd20c3cfc5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/kline/index.vue

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

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