Commit c19d31e7 authored by youjie's avatar youjie

no message

parent 64913ec2
......@@ -57,15 +57,10 @@
proxy
} = getCurrentInstance()
const data = reactive({
indicatorDots: true,
autoplay: true,
interval: 2000,
duration: 500,
year: "",
month:"",
day:"",
weekTime:"",
msg: {
msg:{
StartDate: "",
EndDate: "",
},
......@@ -80,9 +75,6 @@
{date:'',list:[]},
{date:'',list:[]},
],
weekType: 0,
weekShow:false,
weekList:[]
})
const methods = {
addPlan(){
......@@ -166,7 +158,6 @@
}
}
})
})
}
data.total = arr.length
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment