30 lines
816 B
JavaScript
30 lines
816 B
JavaScript
import project from './project/index'
|
|
import dept from './dept/index'
|
|
import schedule from './schedule/index'
|
|
import quarterlyAssess from './quarterlyAssess/index'
|
|
import problemmodify from './problemmodify/index'
|
|
import workFile from './workFile/index'
|
|
import workTrain from './workTrain/index'
|
|
import special from './special/index'
|
|
import dict from './dict/index'
|
|
import attendance from './attendance/index'
|
|
import insurance from './insurance/index'
|
|
import journalism from './journalism/index'
|
|
import buildNode from './buildNode'
|
|
import projectChecking from './projectChecking/index'
|
|
export default {
|
|
project,
|
|
dept,
|
|
schedule,
|
|
quarterlyAssess,
|
|
problemmodify,
|
|
workFile,
|
|
workTrain,
|
|
special,
|
|
dict,
|
|
attendance,
|
|
insurance,
|
|
journalism,
|
|
buildNode,
|
|
projectChecking
|
|
} |