This commit is contained in:
wangshiming
2022-04-19 14:24:00 +08:00
parent 29cbfb522a
commit e3aab0fc5b
4 changed files with 22 additions and 13 deletions

View File

@ -285,16 +285,12 @@ export class TaxManagementIndividualCollectComponent implements OnInit {
* @param params 更新数据
*/
uploadSetting() {
if (this.selectedRows.length === 0) {
this.service.msgSrv.warning('请选择需要更新的数据');
return;
}
// this.service.request(this.service.$api_recall_reporting, { rows: this.selectedRows }).subscribe((res: any) => {
// if (res) {
// this.service.msgSrv.success('更新成功');
// this.search();
// }
// })
this.service.request(this.service.$api_get_updateData).subscribe((res: any) => {
if (res) {
this.service.msgSrv.success('更新成功');
this.search();
}
})
}
search() {