From eb5ed8e534632b23987214759cb4b27f80b147a4 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期一, 17 三月 2025 14:42:39 +0800 Subject: [PATCH] qx --- src/views/doctor/check/index.vue | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index a72bc03..91ab6df 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -424,8 +424,8 @@ <template slot-scope="{ row, $index }"> <el-input type="textarea" autosize size="mini" v-model="row.proResult" :ref="`input-${$index}`" @keydown.enter.native="keyInputConfirm($event, $index)" @focus="handleFocus(row)" - @blur="handleInputConfirm(row)" @input="vale"></el-input> - + @blur="handleInputConfirm(row)" ></el-input> + <!-- @input="vale" --> <!-- <el-input type="textarea" autosize size="mini" v-model="scope.row.proResult" autocomplete="off" :ref="`input-${scope.$index}-${scope.row.proResult}`" placeholder="璇疯緭鍏ユ娴嬬粨鏋�" @keyup=" keyInputConfirm($event,scope.$index,'proResult') @@ -983,10 +983,9 @@ methods: { handleFocus(row) { this.autorule = []; - - if (!row.resultType || row.resultType == 2) { + if (!row.resultType || row.resultType == 2 || !row.proResult ) { return; - } else { + } else { this.curindex = row; this.$refs.bbb.title = "閫夋嫨妫�娴嬬粨鏋�"; // this.$refs.bbb.proId = row.proId; @@ -995,9 +994,7 @@ } }, handleChangesZt(params) { - console.log(params) this.curindex.proResult = params.map((item) => item.ruleStr).join(","); - console.log(this.curindex.proResult) this.handleInputConfirm(this.curindex, params); }, tableRowClassName({ row }) { @@ -1212,7 +1209,6 @@ }, changDesc(item) { - console.log(item) if (item.exceptionDesc == true) { item.conclusion = "寮傚父" } else { @@ -1300,7 +1296,6 @@ }, handleInputConfirm(datas, params) { - if (params && params.length === 0) { // 濡傛灉娌℃湁閫変腑浠讳綍椤圭洰锛屽彇娑堝紓甯稿閫夋鐨勯�変腑鐘舵�� this.curindex.exceptionDesc = false; -- Gitblit v1.8.0