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();
},
//一级页面审核按钮