BUG 30380
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user