From e2d556803e3138732ffde7d3d07b0a4a9b0b7f0a Mon Sep 17 00:00:00 2001
From: batman <978517621@qq.com>
Date: 星期五, 10 三月 2023 10:33:40 +0800
Subject: [PATCH] 新修改添加页面

---
 src/views/facilityManagement/deviceType/component/Dailog.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/facilityManagement/deviceType/component/Dailog.vue b/src/views/facilityManagement/deviceType/component/Dailog.vue
index 16776f3..ce4d7af 100644
--- a/src/views/facilityManagement/deviceType/component/Dailog.vue
+++ b/src/views/facilityManagement/deviceType/component/Dailog.vue
@@ -125,7 +125,7 @@
 			if (!formEl) return;
 			await formEl.validate((valid, fields) => {
 				if (valid) {
-					if (titleT.value == '新增') {
+					if (titleT.value == '新建') {
 						delete form.value.id;
 					}
 					facilityManagementApi()

--
Gitblit v1.9.2