解决bug

This commit is contained in:
qianlishi
2023-03-22 16:25:20 +08:00
parent 8f894b8195
commit 846844807e

View File

@@ -604,7 +604,7 @@ export default {
}
if (this.isArrayFn(item)) {
item.forEach((itemChild) => {
itemChild.forEach((ev) => {
itemChild.list.forEach((ev) => {
configValue[ev.name] = ev.value;
});
});