diff --git a/src/components/oaFlow/index.vue b/src/components/oaFlow/index.vue index 9803bb8..26eb495 100644 --- a/src/components/oaFlow/index.vue +++ b/src/components/oaFlow/index.vue @@ -4,7 +4,7 @@ - + @@ -14,7 +14,7 @@ - + @@ -61,6 +61,21 @@ const props = defineProps({ }); +// 表单验证 +const formRules = reactive({ + flow_id: [{ + required: true, + message: '不可为空', + trigger: ['blur'] + }], + check_admin_names: [{ + required: true, + message: '不可为空', + trigger: ['blur'] + }], +}) + + const showPerDialog = ref(false); const personnel = ref(null); const perType = ref(2); //人员选择器1为单选2为多选 diff --git a/src/views/oa_Initiate/form/cw/fk.vue b/src/views/oa_Initiate/form/cw/fk.vue index cb5f658..477fbac 100644 --- a/src/views/oa_Initiate/form/cw/fk.vue +++ b/src/views/oa_Initiate/form/cw/fk.vue @@ -3,7 +3,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/src/views/oa_Initiate/form/cw/jk.vue b/src/views/oa_Initiate/form/cw/jk.vue index 7b8e3a3..87d6a68 100644 --- a/src/views/oa_Initiate/form/cw/jk.vue +++ b/src/views/oa_Initiate/form/cw/jk.vue @@ -58,7 +58,7 @@