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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 327ec5e..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; -- Gitblit v1.8.0