ztxkui 3.9.19 → 4.0.0
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.
|
@@ -447,7 +447,8 @@ var UploadTable = function (_a) {
|
|
|
447
447
|
tip: '附件上传中,请稍后操作!',
|
|
448
448
|
});
|
|
449
449
|
}
|
|
450
|
-
|
|
450
|
+
// 过滤掉不需要展示的附件
|
|
451
|
+
setDataSource(newDataSource.filter(function (file) { return file.fileName !== '__inside_use__html_to_img__flow.jpg'; }));
|
|
451
452
|
}
|
|
452
453
|
}, [fileList, uploadUser]);
|
|
453
454
|
var myRowSelection = useMemo(function () {
|