This commit is contained in:
parent
9ebc094769
commit
95211484df
|
|
@ -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('')
|
||||
|
|
|
|||
Loading…
Reference in New Issue