fix: 修复store中的问题
This commit is contained in:
parent
d5d15ad5b4
commit
3ae3dee3d2
|
@ -28,7 +28,7 @@ const sample = {
|
||||||
state.sampleList.splice(findIndex, 1)
|
state.sampleList.splice(findIndex, 1)
|
||||||
},
|
},
|
||||||
|
|
||||||
CLEAR_SAMPLE_DATA: () => {
|
CLEAR_SAMPLE_DATA: (state) => {
|
||||||
state.sampleList = []
|
state.sampleList = []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user