This commit is contained in:
BianLzhaoMin 2025-02-27 09:38:03 +08:00
parent 9ebc094769
commit 95211484df
1 changed files with 1 additions and 1 deletions

View File

@ -248,9 +248,9 @@
event.preventDefault()
// 组装dom
let rowIndex = $(this).closest('tr').data('index')
let formHtml = `<div class="dialog-title">${tableRowList[rowIndex].proName}</div>`
let innerHtml = ''
let rowIndex = $(this).closest('tr').data('index')
const curRows = tableRowList[rowIndex]
dialogLabelList.forEach((e, index) => {
// fileList.push('')