easy3wui 1.5.53-beta2 → 1.5.53-beta3
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.
|
@@ -360,7 +360,6 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
360
360
|
// fileList, // 文件列表
|
|
361
361
|
// fileIds, // 文件ID
|
|
362
362
|
// };
|
|
363
|
-
console.log('updateFileList', initialValue, fileList, fileIds);
|
|
364
363
|
_this2.setState({
|
|
365
364
|
fileList: fileList, // 文件列表
|
|
366
365
|
fileIds: fileIds // 文件ID
|
|
@@ -417,7 +416,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
417
416
|
for (var i = 0; i < value.length; i += 1) {
|
|
418
417
|
var status = value[i].status;
|
|
419
418
|
|
|
420
|
-
if (status
|
|
419
|
+
if (status === 'uploading') {
|
|
421
420
|
str = ' ';
|
|
422
421
|
break;
|
|
423
422
|
}
|