From d472b2904009d1785edd337627a4816843f10899 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 28 Jul 2022 09:01:01 +0800
Subject: [PATCH] 智能巡检
---
src/views/doublePreventSystem/riskLevelManage/productionDevice/components/productionDeviceDialog.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/doublePreventSystem/riskLevelManage/productionDevice/components/productionDeviceDialog.vue b/src/views/doublePreventSystem/riskLevelManage/productionDevice/components/productionDeviceDialog.vue
index fc3be6a..6b9616e 100644
--- a/src/views/doublePreventSystem/riskLevelManage/productionDevice/components/productionDeviceDialog.vue
+++ b/src/views/doublePreventSystem/riskLevelManage/productionDevice/components/productionDeviceDialog.vue
@@ -13,7 +13,7 @@
<el-form-item label="生产装置名称" prop="produceDeviceName">
<el-input
class="input-length"
- v-model="productionDeviceForm.produceDeviceName"
+ v-model.trim="productionDeviceForm.produceDeviceName"
placeholder="请输入生产装置名称"
clearable
></el-input>
@@ -51,7 +51,7 @@
<el-form-item label="区域位置" prop="location">
<el-input
class="input-length"
- v-model="productionDeviceForm.location"
+ v-model.trim="productionDeviceForm.location"
type="textarea"
placeholder="请输入区域位置"
maxlength="150"
--
Gitblit v1.9.2