BUG 28334
This commit is contained in:
@@ -412,7 +412,7 @@ export default {
|
||||
}
|
||||
if (items.type == 'upload') { //附件 只传id
|
||||
let files = [];
|
||||
[form[items.fieldDbName]]?.flat()?.map(item => files.push(item.url))
|
||||
[form[items.fieldDbName]]?.flat()?.map(item => item?.url&&files.push(item.url))
|
||||
form[items.fieldDbName] = files?.toString()
|
||||
}
|
||||
// if (items.type == 'onOff') { //开关
|
||||
|
||||
Reference in New Issue
Block a user