Commit c19d31e7 authored by youjie's avatar youjie

no message

parent 64913ec2
...@@ -57,15 +57,10 @@ ...@@ -57,15 +57,10 @@
proxy proxy
} = getCurrentInstance() } = getCurrentInstance()
const data = reactive({ const data = reactive({
indicatorDots: true,
autoplay: true,
interval: 2000,
duration: 500,
year: "", year: "",
month:"", month:"",
day:"", day:"",
weekTime:"", msg:{
msg: {
StartDate: "", StartDate: "",
EndDate: "", EndDate: "",
}, },
...@@ -80,9 +75,6 @@ ...@@ -80,9 +75,6 @@
{date:'',list:[]}, {date:'',list:[]},
{date:'',list:[]}, {date:'',list:[]},
], ],
weekType: 0,
weekShow:false,
weekList:[]
}) })
const methods = { const methods = {
addPlan(){ addPlan(){
...@@ -166,7 +158,6 @@ ...@@ -166,7 +158,6 @@
} }
} }
}) })
}) })
} }
data.total = arr.length 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