From e676a5e46c49de62f50b5dbbdf99d37f7c96dddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=83=E6=B0=94=E6=BB=A1=E6=BB=A1=28jgy=29?= Date: Thu, 12 Sep 2024 11:26:56 +0800 Subject: [PATCH] =?UTF-8?q?2024-09-12=20=E8=AE=BE=E5=A4=87-=E7=94=B3?= =?UTF-8?q?=E9=A2=86=E8=AE=B0=E5=BD=95-=E9=9A=90=E8=97=8F=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/sparePartsApplicationRecord/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/device/sparePartsApplicationRecord/index.vue b/src/views/device/sparePartsApplicationRecord/index.vue index d077b2b..322fbed 100644 --- a/src/views/device/sparePartsApplicationRecord/index.vue +++ b/src/views/device/sparePartsApplicationRecord/index.vue @@ -390,6 +390,7 @@ > + @@ -528,9 +530,6 @@ export default { applyTime: [ { required: true, message: "领用时间不能为空", trigger: "blur" }, ], - applyPeople: [ - { required: true, message: "申领人不能为空", trigger: "blur" }, - ], }, }; },