mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 解决多组数据会同步修改的bug
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user