This commit is contained in:
wangshiming
2022-03-25 11:03:04 +08:00
parent 41a6e83487
commit 99dddaac1e
3 changed files with 4 additions and 4 deletions

View File

@ -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
}
});