fix:库存统计的查询条件
This commit is contained in:
parent
17c50f7b27
commit
97e59c2c40
|
|
@ -170,7 +170,7 @@ export default {
|
||||||
let obj = {};
|
let obj = {};
|
||||||
obj.query = that.query;
|
obj.query = that.query;
|
||||||
that.tableData =[];
|
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){
|
if(res.data2.ds0){
|
||||||
that.tableData = res.data2.ds0;
|
that.tableData = res.data2.ds0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue