This commit is contained in:
yanran200730
2022-03-18 09:07:52 +08:00
parent fee4c0c28f
commit fa608965ba

View File

@@ -142,7 +142,7 @@
} }
}) : []) }) : [])
} else { } else {
this.$set(this.formData, colItem.fieldDbName, colItem.fieldValue || "") this.$set(this.formData, colItem.fieldDbName, this.formData[colItem.fieldDbName] || "")
} }
}) })
this.formDataList = Object.values(formList) this.formDataList = Object.values(formList)