fix:修复修改面板数据 group repeat未更新

This commit is contained in:
zyh
2022-11-18 09:28:48 +08:00
parent 12879ffe52
commit 3d8bb2c526

View File

@@ -570,6 +570,10 @@ export default {
if (item.repeatIndex > 0) {
this.copyDataList.splice(index, 1)
index--
} else {
// 置为原来的数据
const temp = this.tempList.find(subItem => item.id == subItem.id)
this.copyDataList[index] = this.$loadsh.cloneDeep(temp)
}
}
this.$nextTick(() => {