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