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 = []