This commit is contained in:
parent
9ebc094769
commit
95211484df
|
|
@ -248,9 +248,9 @@
|
||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
|
|
||||||
// 组装dom
|
// 组装dom
|
||||||
|
let rowIndex = $(this).closest('tr').data('index')
|
||||||
let formHtml = `<div class="dialog-title">${tableRowList[rowIndex].proName}</div>`
|
let formHtml = `<div class="dialog-title">${tableRowList[rowIndex].proName}</div>`
|
||||||
let innerHtml = ''
|
let innerHtml = ''
|
||||||
let rowIndex = $(this).closest('tr').data('index')
|
|
||||||
const curRows = tableRowList[rowIndex]
|
const curRows = tableRowList[rowIndex]
|
||||||
dialogLabelList.forEach((e, index) => {
|
dialogLabelList.forEach((e, index) => {
|
||||||
// fileList.push('')
|
// fileList.push('')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue