From 9552f4fa4fe5031d2f175c469ac786ec24afa481 Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Mon, 15 Jul 2024 10:57:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E4=BD=8D=E5=90=8D=E7=A7=B0=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA=E5=BF=85=E5=A1=AB=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basicDataManage/factoryModeling/location/location.data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts b/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts index 2da883598..c71130a62 100644 --- a/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts +++ b/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts @@ -416,7 +416,7 @@ export const LocationRules = reactive({ { validator:validateYS, message: '请输入正确的代码', trigger: 'blur'} ], name: [ - { max: 50, message: '不得超过50个字符', trigger: 'blur' } + {required: true, max: 50, message: '不得超过50个字符', trigger: 'blur' } ], aisle: [ { max: 50, message: '不得超过50个字符', trigger: 'blur' }