瀏覽代碼

修改用户单位管理模块

jiangbiao 3 年之前
父節點
當前提交
c353052a5e
共有 1 個文件被更改,包括 0 次插入4 次删除
  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;