From 23a2276e21b765d10f3b22a00a8fb228837234f3 Mon Sep 17 00:00:00 2001 From: jinna Date: Tue, 21 Jan 2025 09:52:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/deviceSystem.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/device/deviceSystem.vue b/src/views/device/deviceSystem.vue index 8401303..2b1bf05 100644 --- a/src/views/device/deviceSystem.vue +++ b/src/views/device/deviceSystem.vue @@ -629,11 +629,7 @@ export default { let arr = val.split(';') arr = arr.filter(item => item != '') - console.log('arr===========>',arr) if (this.tableData.length != 0) { - console.log('tableData------------------>',this.tableData) - console.log('addForm------------------>',this.addForm.cycle) - let arr1 = JSON.parse(JSON.stringify(this.tableData)) if (val == '' && this.addForm.requirement == '') { arr1 = [] @@ -663,7 +659,6 @@ export default { arr1 = arr2 } } - console.log('arr1-------------------->',arr1) this.tableData = arr1 } else { let arr1 = []