日历接口调整
This commit is contained in:
@@ -189,6 +189,7 @@
|
||||
import { defineComponent, ref } from 'vue';
|
||||
import { getdate } from "@/utils/date"
|
||||
import { getdatelist } from '@/api';
|
||||
import store from '@/store';
|
||||
|
||||
export default defineComponent({
|
||||
props:{
|
||||
@@ -211,7 +212,7 @@ export default defineComponent({
|
||||
getdates()
|
||||
}
|
||||
async function getdates(){
|
||||
getdatelist(month.value.start, month.value.end).then((res)=>{
|
||||
getdatelist(month.value.start, month.value.end, store.state.userinfo.memberid).then((res)=>{
|
||||
console.log(res)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user