dev
This commit is contained in:
parent
144a42f894
commit
c722a4414a
|
|
@ -197,6 +197,7 @@ const clickLi = (item: any, showBox: any = true) => {
|
|||
curItem.value = res
|
||||
initStatusList()
|
||||
emit('clickItem', curItem.value)
|
||||
selectedDate.value=getCurrentDate()
|
||||
})
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -85,7 +85,6 @@ import {onMounted, ref, nextTick} from "vue"
|
|||
import MemberEdit from "@/components/settings/MemberEdit.vue";
|
||||
import {post} from "@/utils/request.ts";
|
||||
import {formatDate} from "@/utils/dateUtils.ts";
|
||||
import {Plus} from "@element-plus/icons-vue";
|
||||
import {apiConfig} from "@/assets/config/apiConfig.ts";
|
||||
|
||||
const isShow = ref(false)
|
||||
|
|
@ -205,7 +204,7 @@ const resetSearch = () => {
|
|||
height: 42px;
|
||||
}
|
||||
.default-btn{
|
||||
margin-left: 10px;
|
||||
margin-left: 5px;
|
||||
&:first-child{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue