This commit is contained in:
wangshiming
2021-12-14 20:51:27 +08:00
parent 1a611f3a69
commit 0201624265
5 changed files with 24 additions and 40 deletions

View File

@ -1,8 +1,8 @@
/*
* @Author: your name
* @Date: 2021-12-14 20:39:34
* @LastEditTime: 2021-12-14 20:41:43
* @LastEditors: your name
* @LastEditTime: 2021-12-14 20:43:18
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\routes\supply-management\components\onecar-publish\publish-success\publish-success.component.ts
*/
@ -26,6 +26,6 @@ export class PublishSuccessComponent {
}
view() {
this.router.navigate(['/supply-management/list'], { queryParams: { type: this.type } });
this.router.navigate(['/supply-management/index'], { queryParams: { type: this.type } });
}
}