@@ -698,8 +698,6 @@
},
addList(){
this.dataSource.unshift({rowNo: this.dataSource.length+1})
- console.log(this.dataSource);
- debugger
delectRow(){
if( this.selectedRowKeys.length==0){