批量审核
This commit is contained in:
@ -118,8 +118,6 @@ export class VehicleComponentsListEditComponent implements OnInit {
|
||||
if(res) {
|
||||
this.modal.destroy(true);
|
||||
this.service.msgSrv.success('上传协议成功!')
|
||||
} else {
|
||||
this.service.msgSrv.error(res.msg)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-07 17:30:18
|
||||
* @LastEditTime: 2022-01-13 11:27:12
|
||||
* @LastEditTime: 2022-01-18 16:36:27
|
||||
* @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\vehicle\components\list\img-view\img-view.component.ts
|
||||
@ -39,8 +39,6 @@ export class VehicleImgViewComponent implements OnInit {
|
||||
if(res) {
|
||||
this.modal.destroy(true);
|
||||
this.service.msgSrv.success('已驳回')
|
||||
} else {
|
||||
this.service.msgSrv.error(res.msg)
|
||||
}
|
||||
})
|
||||
}
|
||||
@ -54,8 +52,6 @@ export class VehicleImgViewComponent implements OnInit {
|
||||
if(res) {
|
||||
this.modal.destroy(true);
|
||||
this.service.msgSrv.success('已通过')
|
||||
} else {
|
||||
this.service.msgSrv.error(res.msg)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user