ztxkui 3.9.13 → 3.9.14
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.
|
@@ -322,7 +322,7 @@ var Upload = function (props) {
|
|
|
322
322
|
allDownloadCallback && allDownloadCallback(list);
|
|
323
323
|
}
|
|
324
324
|
else {
|
|
325
|
-
message.info('
|
|
325
|
+
message.info('请选择需要下载的附件!');
|
|
326
326
|
}
|
|
327
327
|
}, [allDownloadCallback]);
|
|
328
328
|
var fileAction = (apiBaseUrl.endsWith('/')
|