From 7ae3f52d904c8f3fdf1ba5fc015da54d7ab782e5 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期三, 26 三月 2025 17:44:20 +0800
Subject: [PATCH] 修改

---
 src/views/doctor/check/index.vue |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index c732377..bed0077 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -1121,6 +1121,18 @@
       this.handleInputConfirm(this.curindex, params);
     },
 
+      handleChanges(param1, param2) {
+      this.row.conclusion = param1;
+      this.row.rulesList = param2;
+    },
+
+    handleguize(row) {
+      this.row = row;
+      this.$refs.aaa.open = true;
+      this.$refs.aaa.title = "璇婃柇缁撴灉缁撹";
+      this.$refs.aaa.getList(this.row);
+    },
+
     tableRowClassName({ row }) {
       if (row.exceptionDesc) return "warning-row";
       return "";

--
Gitblit v1.8.0