wyh 1 年間 前
コミット
39e32ecb18

+ 1 - 1
src/views/modules_guAn/visualization/modules/ModeInfo.vue

@@ -123,7 +123,7 @@ export default {
   watch: {
     data: {
       handler(newValue, oldValue){
-        console.log(77,newValue, oldValue)
+        // console.log(77,newValue, oldValue)
         this.dataList = newValue
         this.getList()
       },

+ 2 - 2
src/views/modules_guAn/visualization/modules/RunningState.vue

@@ -224,7 +224,7 @@ export default {
   watch: {
     data: {
       handler(newValue, oldValue){
-        console.log(77,newValue, oldValue)
+        // console.log(77,newValue, oldValue)
         this.dataList = newValue
         this.getList()
       },
@@ -245,7 +245,7 @@ export default {
     getList(){
       // console.log(this.dataList)
       for (var i = 0; i < this.dataList.length; i++) {
-        console.log(i,this.dataList[i].Name)
+        // console.log(i,this.dataList[i].Name)
         // 温度
         if (this.dataList[i].Name == '温度设定值') {
           this.targetT = this.dataList[i].Value

+ 1 - 1
src/views/modules_guAn/visualization/modules/TestStatusInfo.vue

@@ -119,7 +119,7 @@ export default {
   watch: {
     data: {
       handler(newValue, oldValue){
-        console.log(newValue, oldValue)
+        // console.log(newValue, oldValue)
         this.changeData(newValue)
       },
       immediate: true,