This commit is contained in:
wangshiming
2022-04-14 17:06:00 +08:00
parent 831ca12558
commit c459a39053

View File

@ -282,7 +282,7 @@ export class TaxManagementIndividualCollectComponent implements OnInit {
*/
upload() {
if (this.selectedRows.length === 0) {
this.service.msgSrv.warning('请选择需要上传的数据');
this.service.msgSrv.warning('请选择需要申报的数据');
return;
}
// this.service.request(this.service.$api_recall_reporting, { rows: this.selectedRows }).subscribe((res: any) => {