fix bug
This commit is contained in:
@ -390,7 +390,7 @@ export class TaxManagementIndividualDeclareComponent implements OnInit {
|
||||
*/
|
||||
resetData() {
|
||||
if (this.selectedRows.length === 0) {
|
||||
this.openWainingModal('请选择需要上传的数据');
|
||||
this.openWainingModal('请选择需要更新的数据');
|
||||
return;
|
||||
}
|
||||
let params: any[] = [];
|
||||
|
||||
Reference in New Issue
Block a user