From fb963a677fcee653be358858a11a51d89dd71f86 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期五, 14 三月 2025 16:19:29 +0800 Subject: [PATCH] 1 --- src/components/jianceResult/index.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/components/jianceResult/index.vue b/src/components/jianceResult/index.vue index facf669..88be67e 100644 --- a/src/components/jianceResult/index.vue +++ b/src/components/jianceResult/index.vue @@ -81,19 +81,16 @@ this.list = []; // 娓呯┖宸查�夊垪琛� }, handleQuery() { - console.log(11111) this.loading = true; selectZT({ proId: this.proId, xmgz: this.queryParams.xmgz }).then((res) => { if (res.data.length > 0) { - console.log(33333) this.open = true this.dataList = res.data; this.loading = false; } else { - console.log(2222) this.dataList = res.data; this.loading = false; } -- Gitblit v1.8.0