浏览代码

材料请购单-删除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){