From 776c124cbe17341d796bc00e7834a0e6066ad4f1 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期四, 26 六月 2025 14:25:03 +0800 Subject: [PATCH] 删除打印和路由跳转 --- laboratory/src/views/deliveryAssessment/testingAndEvaluation/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/laboratory/src/views/deliveryAssessment/testingAndEvaluation/index.vue b/laboratory/src/views/deliveryAssessment/testingAndEvaluation/index.vue index c1af2ab..dc2359f 100644 --- a/laboratory/src/views/deliveryAssessment/testingAndEvaluation/index.vue +++ b/laboratory/src/views/deliveryAssessment/testingAndEvaluation/index.vue @@ -349,7 +349,6 @@ }, async handleSearch() { try { - console.log("111111111"); // this.loading = true; await this.$refs.searchForm.validate(); this.queryForm.pageNum = 1; -- Gitblit v1.7.1