From 729011ee47e2074da398b71aa4135ce357831658 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 10 Oct 2024 10:18:09 +0800
Subject: [PATCH] bug修改
---
src/views/safetyReview/projectManage/components/rateConclusion.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/safetyReview/projectManage/components/rateConclusion.vue b/src/views/safetyReview/projectManage/components/rateConclusion.vue
index 577cefe..d8ce84c 100644
--- a/src/views/safetyReview/projectManage/components/rateConclusion.vue
+++ b/src/views/safetyReview/projectManage/components/rateConclusion.vue
@@ -3,7 +3,7 @@
<el-form ref="formRef" :model="state.formData" :rules="state.rules" class="register-form" label-position="top">
<el-form-item prop="conclusion" label="评价结论">
<el-input
- v-model="state.formData.conclusion"
+ v-model.trim="state.formData.conclusion"
:autosize="{ minRows: 6 }"
maxlength="500"
show-word-limit
--
Gitblit v1.9.2