From 63403d1ce2a9a5d6d4512568a1913d403c5c2b72 Mon Sep 17 00:00:00 2001 From: Wangxin Date: Thu, 13 Nov 2025 20:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90web=E3=80=91=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../alops-ui/src/views/device/files/index.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/ALOps_sys_fe/alops-ui/src/views/device/files/index.vue b/ALOps_sys_fe/alops-ui/src/views/device/files/index.vue index 78a75fb4..4cf8edbe 100644 --- a/ALOps_sys_fe/alops-ui/src/views/device/files/index.vue +++ b/ALOps_sys_fe/alops-ui/src/views/device/files/index.vue @@ -104,7 +104,7 @@ - + @@ -147,6 +147,13 @@ + + + + + + + @@ -375,6 +382,9 @@ export default { equTypeId: [ { required: true, message: "设备类型不能为空", trigger: "blur" } ], + status: [ + { required: true, message: "启用状态不能为空", trigger: "blur" } + ], deviceLevel: [ { required: true, message: "设备级别不能为空", trigger: "blur" }, ], @@ -521,7 +531,7 @@ export default { location: undefined, email: undefined, sex: undefined, - status: "0", + status: 1, remark: undefined, postIds: [], roleIds: []