BUG 30380

This commit is contained in:
aixianling
2022-06-28 14:54:50 +08:00
parent 0056a31dcb
commit f69550c015

View File

@@ -421,7 +421,7 @@ export default {
this.formDataList.map((item) => {
if (item.length) {
item.map((items) => {
if (items.type == 'checkbox' && this.formData[items.fieldDbName].length) { //多选
if (items.type == 'checkbox') { //多选
this.formData[items.fieldDbName] = this.formData[items.fieldDbName]?.toString()
}
if (items.type == 'upload') {