From bd14da6a2a991ab415c0645f477871a788f3a1d4 Mon Sep 17 00:00:00 2001 From: lrw <18279117177@163.com> Date: Sun, 16 Feb 2020 10:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A1=AB=E6=8A=A5bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/fillIn/fillIn.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/fillIn/fillIn.vue b/pages/fillIn/fillIn.vue index ab71139..22bb3dd 100644 --- a/pages/fillIn/fillIn.vue +++ b/pages/fillIn/fillIn.vue @@ -461,7 +461,6 @@ }, { label: '所在部门', - required: true, value: 'department', titleClass: 'title', placeholder: '请输入所在部门', @@ -469,7 +468,6 @@ }, { label: '职务', - required: true, value: 'position', titleClass: 'title', placeholder: '请输入职务', @@ -1351,7 +1349,7 @@ }, ], show: [11], - showValue: ['1'] + showValue: ['0'] }, { label: '计划复工日期', -- 2.22.0