From 4c4abb59d6ee838c61b851fcc7be93c0522c39c4 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 04 七月 2025 16:36:13 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region --- src/components/jianceResult/index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/components/jianceResult/index.vue b/src/components/jianceResult/index.vue index 55118a0..14970b8 100644 --- a/src/components/jianceResult/index.vue +++ b/src/components/jianceResult/index.vue @@ -18,6 +18,7 @@ placeholder="" style="width: 400px;" clearable + /> </el-form-item> </el-form> @@ -86,7 +87,9 @@ console.log(this.list); }, - getList() { + getList(row,date) { + console.log(row) + this.proId=row.proId this.loading = true; selectZT({ proId: this.proId, -- Gitblit v1.8.0