From 04224cd8f7058c0da841234dccea7985d27f48f7 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 17 六月 2025 17:15:08 +0800 Subject: [PATCH] 1 --- 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