Sfoglia il codice sorgente

材料请购单-删除debugger

jingbb 1 anno fa
parent
commit
c3aaa9c4ca

+ 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){