소스 검색

材料请购单-删除debugger

jingbb 1 년 전
부모
커밋
c3aaa9c4ca
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/views/production/materialprocurement/modules/materialProcurementAdd.vue

+ 0 - 2
src/views/production/materialprocurement/modules/materialProcurementAdd.vue

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