ztxkui 4.2.23-430 → 4.2.23-431

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -410,7 +410,7 @@ var Upload = function (props) {
410
410
  // 只删除可以删除的数据
411
411
  setFileList(resultFileList);
412
412
  callback && callback(resultFileList);
413
- allDeleteCallback && allDeleteCallback(list);
413
+ allDeleteCallback && allDeleteCallback(canDeleteList_1);
414
414
  }
415
415
  else {
416
416
  message.info('请选择需要删除的附件!');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "4.2.23-430",
3
+ "version": "4.2.23-431",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",