解决冲突

This commit is contained in:
wangshiming
2022-02-23 19:39:42 +08:00
parent 6fffab32a4
commit 6f8929037e
4 changed files with 13 additions and 9 deletions

View File

@ -20,6 +20,7 @@ import { ContractManagementIndexComponent } from './components/index/index.compo
import { ContractManagementFrameComponent } from './components/contract-frame/contract-frame.component';
import { ContractManagementTemplateDetailComponent } from './components/contract-template-detail/contract-template-detail.component';
import { ContractManagementDetailComponent } from './components/contract-detail/contract-detail.component';
import { ContractManagementPartnerComponent } from './components/contract-partner/contract-partner.component';
const COMPONENTS: any = [
ContractManagementContractListComponent,
@ -28,7 +29,8 @@ const COMPONENTS: any = [
ContractManagementTemplateDetailComponent,
ContractManagementIndexComponent,
ContractManagementFrameComponent,
ContractManagementDetailComponent
ContractManagementDetailComponent,
ContractManagementPartnerComponent
];
const NOTROUTECOMPONENTS: any = [];
@NgModule({