[update 标准详情] 无法预览
This commit is contained in:
+1
-1
@@ -311,7 +311,7 @@ export default {
|
||||
if (!file || !file.url) {
|
||||
return
|
||||
}
|
||||
if (this.newestManuScriptField.includes(formItem.dbFieldName) && file.id !== manuScriptNewestFileId) {
|
||||
if (this.newestManuScriptField.includes(formItem.dbFieldName) && file.id !== this.manuScriptNewestFileId) {
|
||||
// 参与最新稿件不预览的不是最新的稿件不能预览
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user