mw_666 3 年之前
父節點
當前提交
d536955e7d
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/views/malfunctionRecall/components/fault-diagnosis.vue

+ 0 - 2
src/views/malfunctionRecall/components/fault-diagnosis.vue

@@ -677,7 +677,6 @@ export default {
             this.requestPoint()
         },
         requestPoint(){
-			console.log(22222)
             let that = this;
             that.API.requestData({
                 method: "POST",
@@ -848,7 +847,6 @@ export default {
 				lineData.push(data);
             })
 			this.lineData=lineData;
-			console.log(this.lineData)
         },
     },
     watch: {