This commit is contained in:
ChenQiuYu 2025-05-26 09:42:41 +08:00
parent 144a42f894
commit c722a4414a
2 changed files with 2 additions and 2 deletions

View File

@ -197,6 +197,7 @@ const clickLi = (item: any, showBox: any = true) => {
curItem.value = res curItem.value = res
initStatusList() initStatusList()
emit('clickItem', curItem.value) emit('clickItem', curItem.value)
selectedDate.value=getCurrentDate()
}) })
} }
}, },

View File

@ -85,7 +85,6 @@ import {onMounted, ref, nextTick} from "vue"
import MemberEdit from "@/components/settings/MemberEdit.vue"; import MemberEdit from "@/components/settings/MemberEdit.vue";
import {post} from "@/utils/request.ts"; import {post} from "@/utils/request.ts";
import {formatDate} from "@/utils/dateUtils.ts"; import {formatDate} from "@/utils/dateUtils.ts";
import {Plus} from "@element-plus/icons-vue";
import {apiConfig} from "@/assets/config/apiConfig.ts"; import {apiConfig} from "@/assets/config/apiConfig.ts";
const isShow = ref(false) const isShow = ref(false)
@ -205,7 +204,7 @@ const resetSearch = () => {
height: 42px; height: 42px;
} }
.default-btn{ .default-btn{
margin-left: 10px; margin-left: 5px;
&:first-child{ &:first-child{
margin-left: 0; margin-left: 0;
} }