fix bug
This commit is contained in:
@ -459,7 +459,7 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
* 审核通过按钮
|
||||
*/
|
||||
handleOK(value: any) {
|
||||
if(this.selectedRows.length <= 0) {
|
||||
if(this.auditMany === false) {
|
||||
const params: any = {
|
||||
id: this.auditID,
|
||||
remarks: this.sfFre.value.remarks,
|
||||
|
||||
Reference in New Issue
Block a user