diff --git a/src/layout/default/components/header/msg.vue b/src/layout/default/components/header/msg.vue index fdc3d50..192e7d3 100644 --- a/src/layout/default/components/header/msg.vue +++ b/src/layout/default/components/header/msg.vue @@ -33,9 +33,9 @@ const getNums = async () => { } -// setInterval(() => { -// getNums() -// }, 5000); +setInterval(() => { + getNums() +}, 5000); getNums() diff --git a/src/views/oa_Initiate/index.vue b/src/views/oa_Initiate/index.vue index eaf109c..3c36ae7 100644 --- a/src/views/oa_Initiate/index.vue +++ b/src/views/oa_Initiate/index.vue @@ -167,7 +167,9 @@ getTypeList() flex-wrap: wrap; .tit-li { - width: 60px; + min-width: 60px; + padding: 0 5px; + // width: 60px; background: #FF8F4A; color: white; text-align: center; diff --git a/src/views/oa_flow_type/edit.vue b/src/views/oa_flow_type/edit.vue index 30cf3a3..0924016 100644 --- a/src/views/oa_flow_type/edit.vue +++ b/src/views/oa_flow_type/edit.vue @@ -223,9 +223,6 @@ const handAdd = () => { // 提交按钮 const handleSubmit = async () => { - - console.log(formData.data) - return await formRef.value?.validate(); const data = { ...formData }; data.department_ids = data.department_ids.join(",");