From 164dc096a84fb5e412bdf4d19f83d34604ae99c5 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期五, 18 七月 2025 10:09:10 +0800
Subject: [PATCH] 1

---
 src/views/doctor/checkAll/index.vue |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index b65dfce..367ba91 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -733,6 +733,7 @@
                     placeholder="璇疯緭鍏ュ唴瀹�"
                     v-model="textarea1"
                     :autosize="{ minRows: minRows, maxRows: maxRows }"
+                    style="font-size: 16px;"
                   ></el-input>
                 </el-form-item>
               </el-form>
@@ -2934,10 +2935,9 @@
 
     propoChange() {
       this.cusobj = { sex: this.tableAll.cusSex, isZj: 0 };
+       this.$refs.proposal.clearSearchFields()
       getConfigKey("mrzscyjy").then((res) => {
         this.mrjy = res.msg; // 浼氳Е鍙� watch 鈫� 璁剧疆 tjproposal = "1"
-        // console.log(res, 4444);
-
         // 绛夋暟鎹姸鎬佸噯澶囧ソ鍚庡啀鎵撳紑寮圭獥
         this.$refs.proposal.title = "寤鸿鏂规";
         this.$refs.proposal.open = true;
@@ -3132,6 +3132,18 @@
       this.qingkong();
       this.$refs.Pre.open = false;
       this.tableAll = row;
+      let dict = "dict_tjtype"
+      getDicts(dict).then(res => {
+         if (res.code == 200) {
+            res.data.forEach((item) => {
+              if (this.tableAll.tjCategory == item.dictValue) {
+                this.tableAll.tjCategory = item.dictLabel;
+              }
+            });
+          } else {
+            throw new Error('鑾峰彇浣撴绫诲瀷瀛楀吀澶辫触');
+          }
+      })
       this.tjproject = "0";
       this.tjNumber = this.tableAll.tjNumber;
 

--
Gitblit v1.8.0