mw_666 3 years ago
parent
commit
d536955e7d
1 changed files with 0 additions and 2 deletions
  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: {