批量审核

This commit is contained in:
wangshiming
2022-01-18 15:57:40 +08:00
parent e3ffe66a67
commit 5e56b43da0
3 changed files with 16 additions and 16 deletions

View File

@ -626,7 +626,7 @@ tabs = {
this.isVisibleEvaluate = true
}
getGoodsSourceStatistical() {
this.service.request(this.service.$api_get_getBulkStatistics).subscribe(res => {
this.service.request(this.service.$api_get_getBulkStatistics, this.reqParams).subscribe(res => {
if (res) {
let totalCount = 0;
res.forEach((ele: any) => {