发布流程多个附件显示问题

This commit is contained in:
zhaol 2024-12-31 16:20:42 +08:00
parent 35733c91ae
commit 2c615471d3

View File

@ -917,7 +917,7 @@ function showlist(data, type, pageNumber, start){
if ((curr = data[s - 1]) != undefined) {
var fName = '';
var upFileId = curr.upfileId;k
var upFileId = curr.upfileId;
if(upFileId!=''&&upFileId!=undefined){
for(var j = 0; j < upFileId.length; j++){
var upFileJson = upFileId[j];