lion 3 months ago
parent 478b171074
commit fca2f63d60

@ -128,6 +128,16 @@
e.map(item => {
item.value = item.value ? item.value : ''
// fileList fileListArr
if (item.edit_input === 'files') {
// fileList fileListArr
if (!item.hasOwnProperty('fileList')) {
item.fileList = []
}
if (!item.hasOwnProperty('fileListArr')) {
item.fileListArr = []
}
}
_arr.push(item)
// user

Loading…
Cancel
Save