组装参数
This commit is contained in:
parent
c918de5d53
commit
ba2c5e327b
|
|
@ -239,6 +239,7 @@
|
|||
let formHtml = `<div class="dialog-title">${tableList[rowIndex].proName}</div>`
|
||||
let innerHtml = ''
|
||||
dialogLabelList.forEach((e, index) => {
|
||||
fileList.push('')
|
||||
|
||||
innerHtml += `<div style="padding:6px 0;display: flex; align-items: center;">
|
||||
<div style="margin-right: 10px;width: 200px";>${e.title}</div>
|
||||
|
|
@ -374,7 +375,7 @@
|
|||
var dataIndex = $(this).data('index');
|
||||
console.log('删除图标被点击,data-index:', dataIndex);
|
||||
|
||||
|
||||
fileList[dataIndex] = ''
|
||||
// 执行删除操作
|
||||
$(this).parent().remove()
|
||||
$(`#uploadBtn${dataIndex}`).show()
|
||||
|
|
|
|||
Loading…
Reference in New Issue