From ae42515a4c0f1e6225ad8aa96887e6e3dc65c692 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期一, 17 三月 2025 09:20:51 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb

---
 src/views/doctor/check/index.vue |    9 +++------
 vue.config.js                    |    2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index 5e86068..ec42439 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 }) {
diff --git a/vue.config.js b/vue.config.js
index 0e775f0..a714937 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -54,7 +54,7 @@
       [process.env.VUE_APP_BASE_API]: {
         // target: `https://ltpeis.xaltjdkj.cn:5801/`,
         // target: `http://192.168.1.2:5011`,
-        target: `http://192.168.1.113:5011`,
+        target: `http://192.168.1.99:5011`,
         // // target: `http://192.168.0.99:8080/ltkj-admin`,
         // target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`,
         // target: `http://10.168.0.9:5011`,

--
Gitblit v1.8.0