Commit fe926973 authored by youjie's avatar youjie

no message

parent ea9e2e8d
......@@ -852,7 +852,7 @@
},
res => {
if (res.data.resultCode == 1) {
let SetOutTime = this.SetOutTime.length>11?this.SetOutTime.slice(0,10):this.SetOutTime
let SetOutTime = this.SetOutTime.length>10?this.SetOutTime.slice(0,10):this.SetOutTime
let newData = res.data.data.filter(x=>x.Date==SetOutTime)
let types = this.types.filter(x => x.checked)
newData.length>0&&this.types.forEach((item,index) => {
......
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