瀏覽代碼

Merge branch 'daily_0.0.1' of git.xiaojukeji.com:pu_qa_tool/platformui into daily_0.0.1

qinzhipeng_v@didiglobal.com 3 年之前
父節點
當前提交
9f0bc1e6a2
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 0 0
      dist/bundle.js
  2. 1 1
      package.json
  3. 1 1
      src/components/selectDetialTable/index.js

File diff suppressed because it is too large
+ 0 - 0
dist/bundle.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@didi/platformui",
-  "version": "0.1.101",
+  "version": "0.1.102",
   "description": "A platformui",
   "main": "dist/bundle.js",
   "author": "wenbobowen",

+ 1 - 1
src/components/selectDetialTable/index.js

@@ -73,7 +73,7 @@ export default function SelectDetialTable(props) {
         }}
         scroll={scroll}
         rowSelection={rowSelection}
-        onChange={(e)=> onChange(e)}
+        onChange={(pagination, filters, sorter, extra) => onChange(pagination, filters, sorter, extra)}
       />
     </div>
   );

Some files were not shown because too many files changed in this diff