解决bug

qianlishi 2 years ago
parent 8f894b8195
commit 846844807e

@ -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;
});
});

Loading…
Cancel
Save