Ver código fonte

修改用户单位管理模块

jiangbiao 3 anos atrás
pai
commit
c353052a5e
1 arquivos alterados com 0 adições e 4 exclusões
  1. 0 4
      ui/src/views/invoice/unit/index.vue

+ 0 - 4
ui/src/views/invoice/unit/index.vue

@@ -437,10 +437,6 @@ export default {
     },
     //合并单元格
     mergeMethod({row, column, rowIndex, columnIndex}) {
-      console.log(row)
-      console.log(column)
-      console.log(rowIndex)
-      console.log(columnIndex)
       if (columnIndex === 0) {
         const _row = this.setTable(this.unitList).merge[rowIndex];
         const _col = _row > 0 ? 1 : 0;