fix:库存统计的查询条件

This commit is contained in:
shijing 2024-09-19 14:55:09 +08:00
parent 17c50f7b27
commit 97e59c2c40
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ export default {
let obj = {};
obj.query = that.query;
that.tableData =[];
that.$API.bi.dataset.exec.req('batch_search', this.query).then((res) => {
that.$API.bi.dataset.exec.req('batch_search', obj).then((res) => {
if(res.data2.ds0){
that.tableData = res.data2.ds0;
}