Explorar el Código

去掉debugger

zhangyu hace 5 años
padre
commit
69241989a7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/components/ledger/handsontables/assets.vue

+ 0 - 1
src/components/ledger/handsontables/assets.vue

@@ -795,7 +795,6 @@ export default {
     },
     //获取被筛选掉的行号
     trimmedRows() {
-      debugger
       var plugin = this.hot.getPlugin("trimRows").trimmedRows;
       let dataLength = this.tableData.length;
       let dataArr = new Array();