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

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