|
|
@@ -1379,7 +1379,8 @@ export default {
|
|
|
if (firstFieldTypes.includes(fieldType.toLowerCase())) {
|
|
|
queryColumnsData.push(fd)
|
|
|
}
|
|
|
- if (!arr.includes(fieldType)) {
|
|
|
+
|
|
|
+ if (!arr.includes(fieldType) && !this.slotForms.find(item => item.prop === fd.prop)) {
|
|
|
this.slotForms.push(fd)
|
|
|
}
|
|
|
this.slotForms.forEach((v) => {
|