发布流程多个附件显示问题
This commit is contained in:
parent
35733c91ae
commit
2c615471d3
@ -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];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user