Pre Merge pull request !120 from lu_ming/dev

This commit is contained in:
lu_ming 2024-06-02 11:47:23 +00:00 committed by Gitee
commit 94e4222a07
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -304,7 +304,7 @@ const submitForm = () => {
const handleDownload = (row: OssVO) => {
proxy?.$download.oss(row.ossId);
};
/** 用户状态修改 */
/** 预览开关按钮 */
const handlePreviewListResource = async (preview: boolean) => {
let text = preview ? '启用' : '停用';
try {