fix bug
This commit is contained in:
@ -298,7 +298,7 @@ export class TaxManagementIndividualDeclareComponent implements OnInit {
|
||||
*撤销
|
||||
* @param record 记录实例
|
||||
*/
|
||||
resetData() {
|
||||
uploadSetting() {
|
||||
if (this.selectedRows.length === 0) {
|
||||
this.openWainingModal('请选择需要更新的数据!');
|
||||
return;
|
||||
@ -385,7 +385,7 @@ export class TaxManagementIndividualDeclareComponent implements OnInit {
|
||||
*
|
||||
* @param params 更新数据
|
||||
*/
|
||||
uploadSetting() {
|
||||
resetData() {
|
||||
if (this.selectedRows.length === 0) {
|
||||
this.openWainingModal('请选择需要上传的数据');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user