init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
8
modules/account/store/mutations/Statistic.js
Normal file
8
modules/account/store/mutations/Statistic.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
export const statistic = {
|
||||
SET_STATISTIC(state, { netId, statistic }) {
|
||||
this._vm.$set(state.ui[`netId${netId}`], 'statistic', statistic)
|
||||
},
|
||||
REMOVE_STATISTIC(state, { netId }) {
|
||||
this._vm.$set(state.ui[`netId${netId}`], 'statistic', {})
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue