Explorar o código

表格多选bug修复

chenrui %!s(int64=3) %!d(string=hai) anos
pai
achega
ae3d36c1fe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/components/Table/index.js

+ 1 - 0
src/components/Table/index.js

@@ -253,6 +253,7 @@ export default {
         selectedRowKeys: this.selectedRowKeys,
         selectedRows: this.selectedRows
       }
+      console.log(obj)
       this.$emit('rowSelection', obj)
     },
     onSelectChange (record, selected, selectedRows, nativeEvent) {