From d86ca4c86a8c958eff08deb8b8f86cc668b57b06 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期五, 21 三月 2025 17:55:12 +0800
Subject: [PATCH] qX

---
 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