|
@@ -3,48 +3,7 @@ import Vuex from 'vuex';
|
|
|
import * as ustate from '@common/src/store/user/state';
|
|
|
import * as umutations from '@common/src/store/user/mutations';
|
|
|
import test from '@common/src/store/test';
|
|
|
-import login from '@common/src/store/login';
|
|
|
-
|
|
|
-import laboratory from '@common/src/store/laboratory';
|
|
|
-
|
|
|
-import direction from '@common/src/store/direction';
|
|
|
-
|
|
|
-import outcome from '@common/src/store/outcome';
|
|
|
-
|
|
|
-import task from '@common/src/store/task';
|
|
|
-
|
|
|
-import doctor from '@common/src/store/doctor';
|
|
|
-
|
|
|
-import title from '@common/src/store/title';
|
|
|
-
|
|
|
-import personnelname from '@common/src/store/personnelname';
|
|
|
-
|
|
|
-import equipment from '@common/src/store/equipment';
|
|
|
-
|
|
|
-import socialservices from '@common/src/store/socialservices';
|
|
|
-
|
|
|
-import technicalservice from '@common/src/store/technicalservice';
|
|
|
-
|
|
|
-import scienceactivities from '@common/src/store/scienceactivities';
|
|
|
-
|
|
|
-import report from '@common/src/store/report';
|
|
|
-
|
|
|
-import assistant from '@common/src/store/assistant';
|
|
|
-
|
|
|
-import committee from '@common/src/store/committee';
|
|
|
-
|
|
|
-import times from '@common/src/store/times';
|
|
|
-
|
|
|
-import other from '@common/src/store/other';
|
|
|
-
|
|
|
-import paper from '@common/src/store/paper';
|
|
|
-
|
|
|
-import patent from '@common/src/store/patent';
|
|
|
-
|
|
|
-import award from '@common/src/store/award';
|
|
|
-
|
|
|
-import personnel from '@common/src/store/personnel';
|
|
|
-
|
|
|
+import usual from '@common/src/store/usual';
|
|
|
Vue.use(Vuex);
|
|
|
|
|
|
export default new Vuex.Store({
|
|
@@ -53,26 +12,6 @@ export default new Vuex.Store({
|
|
|
actions: {},
|
|
|
modules: {
|
|
|
test,
|
|
|
- login,
|
|
|
- laboratory,
|
|
|
- direction,
|
|
|
- doctor,
|
|
|
- title,
|
|
|
- personnelname,
|
|
|
- equipment,
|
|
|
- socialservices,
|
|
|
- technicalservice,
|
|
|
- scienceactivities,
|
|
|
- report,
|
|
|
- assistant,
|
|
|
- committee,
|
|
|
- times,
|
|
|
- outcome,
|
|
|
- task,
|
|
|
- other,
|
|
|
- paper,
|
|
|
- patent,
|
|
|
- award,
|
|
|
- personnel,
|
|
|
+ usual,
|
|
|
},
|
|
|
});
|