From 98e7d5a3fbcc0ec59a0c247566ed1d08e6a81a55 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 21 Jul 2025 16:48:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.js | 6 ++-- .../testExamine/component/queryToolsApply.vue | 4 +-- .../repair/testedInBound/component/home.vue | 31 +++++++++++++++++++ 3 files changed, 36 insertions(+), 5 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index eaa679e9..7ecbdde0 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -33,9 +33,9 @@ service.interceptors.request.use(config => { const headers = config.headers || {} const { isToken = true, - encryptRequest = true, - checkIntegrity = true, - encryptResponse = true, + encryptRequest = false, + checkIntegrity = false, + encryptResponse = false, repeatSubmit = false } = headers diff --git a/src/views/material/repair/testExamine/component/queryToolsApply.vue b/src/views/material/repair/testExamine/component/queryToolsApply.vue index a86e13b7..42f0bf3a 100644 --- a/src/views/material/repair/testExamine/component/queryToolsApply.vue +++ b/src/views/material/repair/testExamine/component/queryToolsApply.vue @@ -51,13 +51,13 @@ + + + + { this.testedList = response.data.rows; this.total = response.data.total; @@ -212,6 +239,10 @@ export default { resetQuery() { this.resetForm("queryForm"); this.queryParams.keyWord = null; + const end = new Date() + let start = new Date() + start.setMonth(start.getMonth() - 1) + this.queryParams.time = [this.format(start), this.format(end)] this.handleQuery(); }, //一级页面审核按钮