fix bug
This commit is contained in:
@ -298,6 +298,10 @@ export class TaxManagementIndividualCollectComponent implements OnInit {
|
|||||||
* @param params 更新数据
|
* @param params 更新数据
|
||||||
*/
|
*/
|
||||||
uploadSetting() {
|
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) => {
|
// this.service.request(this.service.$api_recall_reporting, { rows: this.selectedRows }).subscribe((res: any) => {
|
||||||
// if (res) {
|
// if (res) {
|
||||||
// this.service.msgSrv.success('更新成功');
|
// this.service.msgSrv.success('更新成功');
|
||||||
|
|||||||
Reference in New Issue
Block a user