seimin преди 1 година
родител
ревизия
0380bdf610

+ 0 - 3
src/app/share/share.module.ts

@@ -7,7 +7,6 @@ import { OverlayscrollbarsModule } from 'overlayscrollbars-ngx';
7 7
 import { SelectHospitalComponent } from './select-hospital/select-hospital.component';
8 8
 import { SelectDeptComponent } from './select-dept/select-dept.component';
9 9
 import { PromptModalComponent } from './prompt-modal/prompt-modal.component';
10
-import { SortablejsModule } from 'ngx-sortablejs';
11 10
 import { ReplicationSchemeComponent } from './replication-scheme/replication-scheme.component';
12 11
 import { HsPromptModalComponent } from './hs-prompt-modal/hs-prompt-modal.component';
13 12
 import { HistoryPromptModalComponent } from './history-prompt-modal/history-prompt-modal.component';
@@ -86,7 +85,6 @@ import { BloodHistoryPromptModalComponent } from './blood-history-prompt-modal/b
86 85
     FormsModule,
87 86
     ReactiveFormsModule,
88 87
     OverlayscrollbarsModule,
89
-    SortablejsModule,
90 88
     NzIconModule,
91 89
   ],
92 90
   exports: [
@@ -112,7 +110,6 @@ import { BloodHistoryPromptModalComponent } from './blood-history-prompt-modal/b
112 110
     FormsModule,
113 111
     ReactiveFormsModule,
114 112
     OverlayscrollbarsModule,
115
-    SortablejsModule,
116 113
     DateTransformPipe,
117 114
     DialogDeleteComponent,
118 115
     DialogSurgeryComponent,

+ 2 - 0
src/app/views/hushijiandan/hushijiandan.module.ts

@@ -5,6 +5,7 @@ import { HushijiandanRoutingModule } from './hushijiandan-routing.module';
5 5
 import { HushijiandanComponent } from './hushijiandan.component';
6 6
 import { ShareModule } from 'src/app/share/share.module';
7 7
 import { DragModule } from 'src/app/directives/drag/drag.module';
8
+import { SortablejsModule } from 'ngx-sortablejs';
8 9
 
9 10
 
10 11
 @NgModule({
@@ -15,6 +16,7 @@ import { DragModule } from 'src/app/directives/drag/drag.module';
15 16
     CommonModule,
16 17
     ShareModule,
17 18
     DragModule,
19
+    SortablejsModule,
18 20
     HushijiandanRoutingModule
19 21
   ]
20 22
 })

+ 3 - 1
src/app/views/task-type-management/task-type-management.module.ts

@@ -4,6 +4,7 @@ import { CommonModule } from '@angular/common';
4 4
 import { TaskTypeManagementRoutingModule } from './task-type-management-routing.module';
5 5
 import { TaskTypeManagementComponent } from './task-type-management.component';
6 6
 import { ShareModule } from 'src/app/share/share.module';
7
+import { SortablejsModule } from 'ngx-sortablejs';
7 8
 
8 9
 
9 10
 @NgModule({
@@ -13,7 +14,8 @@ import { ShareModule } from 'src/app/share/share.module';
13 14
   imports: [
14 15
     CommonModule,
15 16
     TaskTypeManagementRoutingModule,
16
-    ShareModule
17
+    ShareModule,
18
+    SortablejsModule,
17 19
   ]
18 20
 })
19 21
 export class TaskTypeManagementModule { }