fix bug
This commit is contained in:
		| @ -285,7 +285,7 @@ export class VehicleComponentsListComponent implements OnInit { | ||||
|   exportFire() { | ||||
|     this.service.request(this.service.$api_carLicense_export, this.reqParams).subscribe((res: any) => { | ||||
|       if(res) { | ||||
|         this.service.msgSrv.success('导出成功!') | ||||
|         this.service.msgSrv.success('导出成功,请去右上角下载中心下载') | ||||
|         return | ||||
|       } | ||||
|     }); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user