From 95628ed399038b576d480206bebc5327a55d3b1d Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期五, 19 八月 2022 20:42:47 +0800 Subject: [PATCH] Default Changelist --- src/views/specialWorkSystem/workApplyManage/workApplyForm/components/ground.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/specialWorkSystem/workApplyManage/workApplyForm/components/ground.vue b/src/views/specialWorkSystem/workApplyManage/workApplyForm/components/ground.vue index 1334ae4..ba6e7c1 100644 --- a/src/views/specialWorkSystem/workApplyManage/workApplyForm/components/ground.vue +++ b/src/views/specialWorkSystem/workApplyManage/workApplyForm/components/ground.vue @@ -236,8 +236,7 @@ workTimeLine: [{ required: true, message: '该内容不能为空', trigger: 'blur' }], "workDetail.operationDepId": [{ required: true, message: '该内容不能为空', trigger: 'blur' }], "workDetail.gbScope": [{ required: true, message: '该内容不能为空', trigger: 'blur' }], - "workDetail.gbMethod": [{ required: true, message: '该内容不能为空', trigger: 'blur' }], - "workDetail.otherSpecialWork": [{ required: true, message: '该内容不能为空', trigger: 'blur' }] + "workDetail.gbMethod": [{ required: true, message: '该内容不能为空', trigger: 'blur' }] }); const submitForm = async (formEl: FormInstance | undefined) => { if (!formEl) return -- Gitblit v1.9.2