This commit is contained in:
parent
e9c58a330a
commit
6e5665cb6c
|
|
@ -340,7 +340,7 @@
|
|||
currentRows.fileList = fileList
|
||||
|
||||
for (let key in formData) {
|
||||
let curTd = tableView.find('tr[data-index=' + rowIndex + ']').find('td[data-key=' + key + ']')
|
||||
let curTd = tableView.find('tr[data-index=' + rowIndex + ']').find('td[data-field=' + key + ']')
|
||||
|
||||
if (curTd.length > 0) {
|
||||
$(curTd).text(formData[key]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue