From bad2bc143be3f8ddb93a1c9f984127b3ccf43e8f Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 31 三月 2025 17:47:14 +0800 Subject: [PATCH] 11 --- src/components/jianceResult/index.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/components/jianceResult/index.vue b/src/components/jianceResult/index.vue index facf669..84a2178 100644 --- a/src/components/jianceResult/index.vue +++ b/src/components/jianceResult/index.vue @@ -81,19 +81,17 @@ 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.open =false this.dataList = res.data; this.loading = false; } -- Gitblit v1.8.0