fix bug
This commit is contained in:
		| @ -566,7 +566,7 @@ export class insuranceManagementListComponent implements OnInit { | ||||
|   } | ||||
|   // 保险配置 | ||||
|   changeOrder() { | ||||
|     this.router.navigate(['/insurance-management/list-set', 1]); | ||||
|     this.router.navigate(['/insurance-management/list-set']); | ||||
|   } | ||||
|   exprot() { | ||||
|     this.service.downloadFile(this.service.$api_get_asyncExport, { ...this.reqParams, pageSize: -1 }); | ||||
|  | ||||
| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2022-01-06 09:24:00 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-01-25 17:21:54 | ||||
|  * @LastEditTime : 2022-04-20 10:16:09 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\insurance-management\\insurance-management-routing.module.ts | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
|  */ | ||||
| @ -16,7 +16,7 @@ import { insuranceManagementSetComponent } from './components/set/set.component' | ||||
|  | ||||
| const routes: Routes = [ | ||||
|   { path: 'list', component: insuranceManagementListComponent }, | ||||
|   { path: 'list-set/:id', component: insuranceManagementSetComponent }, | ||||
|   { path: 'list-set', component: insuranceManagementSetComponent }, | ||||
| ] | ||||
| @NgModule({ | ||||
|   imports: [RouterModule.forChild(routes)], | ||||
|  | ||||
		Reference in New Issue
	
	Block a user