This commit is contained in:
wangshiming
2022-04-11 19:28:11 +08:00
parent 5294bc9228
commit 0e48a7ead2
6 changed files with 14 additions and 2 deletions

View File

@ -754,8 +754,10 @@ export class SupplyManagementBulkReleasePublishComponent implements OnInit {
this.totalTime = res.time;
});
}
return true
} else {
this.service.msgSrv.warning('请重新手动选择地址!')
return false
}
}
});