fix: 解决多组数据会同步修改的bug

This commit is contained in:
奔跑的面条
2022-04-05 16:04:52 +08:00
parent 78879c56cc
commit f95d940ff0
20 changed files with 21 additions and 21 deletions
@@ -26,5 +26,5 @@ export const option = {
export default class Config extends publicConfig implements CreateComponentType {
public key = TableListConfig.key
public chartConfig = cloneDeep(TableListConfig)
public option = option
public option = cloneDeep(option)
}