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(
|
|
413
|
+
allDeleteCallback && allDeleteCallback(canDeleteList_1);
|
|
414
414
|
}
|
|
415
415
|
else {
|
|
416
416
|
message.info('请选择需要删除的附件!');
|