From a61c648a9b42ede79f38998b70c70c2b154f9f5e Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Mon, 5 Aug 2024 10:35:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reportData/photostatis/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/reportData/photostatis/index.vue b/src/views/reportData/photostatis/index.vue index 27bbab0..4ba61f5 100644 --- a/src/views/reportData/photostatis/index.vue +++ b/src/views/reportData/photostatis/index.vue @@ -425,7 +425,7 @@ export default { console.log(this.formdata); this.photoLoading = true; let params = { - dataFlag: "PS", //只要photoInfo信息 + dataFlag: "PSC", //只要photoInfo信息 start: this.formdata.starttime / 1000, end: this.formdata.endtime / 1000, pageNum: this.page,