-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 审批王附件类型字段只读时,如果没有可预览类型字段,则所有附件未能正常显示
- Loading branch information
1 parent
98cb69b
commit 6b61e6c
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @Author: [email protected] | ||
* @Date: 2022-12-26 18:07:37 | ||
* @LastEditors: [email protected] | ||
* @LastEditTime: 2024-11-14 10:50:14 | ||
* @LastEditTime: 2024-12-23 17:34:22 | ||
* @Description: | ||
*/ | ||
import "./AmisSteedosField.less"; | ||
|
@@ -559,9 +559,9 @@ export const AmisSteedosField = async (props) => { | |
hasImageOrFile = true; | ||
} | ||
}) | ||
if (!hasImageOrFile) { | ||
return fieldSchema; | ||
} | ||
// if (!hasImageOrFile) { | ||
// return fieldSchema; | ||
// } | ||
let fieldHtml = ""; | ||
forEach(fieldValue, (item) => { | ||
const fileName = item.name; | ||
|