This commit is contained in:
BianLzhaoMin 2025-02-26 18:21:59 +08:00
parent e9c58a330a
commit 6e5665cb6c
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@
currentRows.fileList = fileList currentRows.fileList = fileList
for (let key in formData) { 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) { if (curTd.length > 0) {
$(curTd).text(formData[key]); $(curTd).text(formData[key]);