根据以上 git diff 信息,我们可以生成以下 commit message:
更新了多个视图页面及组件,包括审批流程显示方式等。
This commit is contained in:
parent
6026b6bd6b
commit
0c3ed3cf3a
@ -33,9 +33,9 @@ const getNums = async () => {
|
||||
|
||||
}
|
||||
|
||||
// setInterval(() => {
|
||||
// getNums()
|
||||
// }, 5000);
|
||||
setInterval(() => {
|
||||
getNums()
|
||||
}, 5000);
|
||||
getNums()
|
||||
|
||||
</script>
|
||||
|
@ -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;
|
||||
|
@ -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(",");
|
||||
|
Loading…
x
Reference in New Issue
Block a user