From 97e59c2c40578d3bf0e20dc63ca9c323c372f3e8 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 19 Sep 2024 14:55:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BA=93=E5=AD=98=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E7=9A=84=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/statistics_inm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/statistics/statistics_inm.vue b/src/views/statistics/statistics_inm.vue index f0a8ecbf..6670f45f 100644 --- a/src/views/statistics/statistics_inm.vue +++ b/src/views/statistics/statistics_inm.vue @@ -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; }