diff --git a/src/app/routes/sys-setting/components/btn-management/btn-management.component.ts b/src/app/routes/sys-setting/components/btn-management/btn-management.component.ts index 512ad7bc..d1aa3bed 100644 --- a/src/app/routes/sys-setting/components/btn-management/btn-management.component.ts +++ b/src/app/routes/sys-setting/components/btn-management/btn-management.component.ts @@ -153,7 +153,7 @@ this.ui2 = { '*': { spanLabelFixed: 120, grid: { span: 24 } } }; nzClosable: false, nzCancelText: '取消', nzOnOk: () => { - this.service.request(this.service.$api_settlementCustomer_deletebatch, [item.id]).subscribe(res => { + this.service.request(this.service.$api_deletebatchButton, [item.id]).subscribe(res => { if (res) { this.service.msgSrv.success('删除成功!'); this.st.reload(1)