Merge pull request #3588 from dataease/pr@dev_eslint_auto_fix
Pr@dev eslint auto fix
This commit is contained in:
commit
62505c0ea4
@ -205,6 +205,9 @@ const data = {
|
||||
}
|
||||
state.styleChangeTimes = 0
|
||||
state.curComponent = component
|
||||
if (index !== null && !isNaN(index)) {
|
||||
state.componentData.splice(index, 1, component)
|
||||
}
|
||||
state.curComponentIndex = index
|
||||
},
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user