From a98aa4517e7244024f4647b2789b152948439f22 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 12 三月 2025 14:03:56 +0800 Subject: [PATCH] gundongtiao --- src/views/doctor/check/index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index 599047c..af318a4 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -1221,6 +1221,7 @@ <div class="tab8"> <div class="tab3"> <el-form + @submit.native.prevent :model="queryParam1" ref="tableList" :inline="true" @@ -1583,8 +1584,9 @@ } else { this.curindex = row; this.$refs.bbb.title = "閫夋嫨妫�娴嬬粨鏋�"; - this.$refs.bbb.proId = row.proId; - this.$refs.bbb.getList(); + // this.$refs.bbb.proId = row.proId; + this.$refs.bbb.open = true; + this.$refs.bbb.getList(this.curindex); } }, handleChangesZt(params) { -- Gitblit v1.8.0