From 94952b540f5cd3eb34cf24010c420969e076048e Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期一, 17 三月 2025 10:46:13 +0800 Subject: [PATCH] qx --- src/views/doctor/check/index.vue | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index 5e86068..a72bc03 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -280,12 +280,7 @@ <el-table-column prop="project.proName" label="妫�娴嬮」鐩�" width="150"> </el-table-column> <el-table-column prop="proResult" label="妫�娴嬬粨鏋�" width="150"> - <!-- <template slot-scope="scope"> - <el-input type="textarea" autosize size="mini" v-model="scope.row.proResult" autocomplete="off" - placeholder="璇疯緭鍏ユ娴嬬粨鏋�" @keyup.enter.native=" - keyInputConfirm($event,scope.$index,'proResult') - " @focus="handleFocus(scope.row)" @blur="handleInputConfirm(scope.row)" - @input="vale"></el-input> --> + <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)" @@ -1000,7 +995,9 @@ } }, 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 }) { @@ -1066,7 +1063,6 @@ const proId = row.proId; resultList(tjNum, proId).then((res) => { this.jieguoList = res.data; - console.log(this.jieguoList, 998877); this.jyjc = this.jieguoList[0].jyjc; const ycbz = this.jieguoList[0].ycbz; -- Gitblit v1.8.0