This commit is contained in:
parent
598067f757
commit
071849065a
|
@ -0,0 +1,8 @@
|
|||
import './main';
|
||||
import './index/';
|
||||
import './summary';
|
||||
import './card';
|
||||
import './descriptor';
|
||||
import './create';
|
||||
import './basic-data';
|
||||
import './search-panel';
|
|
@ -1,9 +1,9 @@
|
|||
import ngModule from '../module';
|
||||
import ModuleMain from 'salix/components/module-main';
|
||||
|
||||
export default class Worker extends ModuleMain {}
|
||||
export default class Department extends ModuleMain {}
|
||||
|
||||
ngModule.vnComponent('vnWorkerDepartment', {
|
||||
controller: Worker,
|
||||
controller: Department,
|
||||
template: require('./index.html')
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue