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