From bc2db77e87d6b312e628a854dc4809a8f708a8ea Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 21 三月 2025 17:21:57 +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