Elements-SY

modify

...@@ -369,7 +369,6 @@ export default { ...@@ -369,7 +369,6 @@ export default {
369 // }, 369 // },
370 //删除按钮 370 //删除按钮
371 delDict(val) { 371 delDict(val) {
372 - console.log(val)
373 if (this.tableName == 'serviceCode') { 372 if (this.tableName == 'serviceCode') {
374 this.serviceCodeCihildDel([val.id]) 373 this.serviceCodeCihildDel([val.id])
375 } else if (this.tableName === '虚拟航班') { 374 } else if (this.tableName === '虚拟航班') {
......