zhengkaixin 7 ay önce
ebeveyn
işleme
cc70295855

+ 2 - 2
pages/equipmentDataMonitoring/electronicMonitoringWater.vue

@@ -967,12 +967,12 @@
 			},
 			// 选中某个单选框时,由radio时触发
 			radioChange(e) {
-				console.log(`选择前的值: ${this.value}`);
+				//console.log(`选择前的值: ${this.value}`);
 				
 			},
 			// 选中任一radio时,由radio-group触发
 			radioGroupChange(e) {
-				console.log(e)
+				//console.log(e)
 				this.clickType = this.FormData.type;
 				
 				this.FormData.type = e;