Commit 3dfb1c6b authored by 罗超's avatar 罗超

1

parent 1ce0fd10
......@@ -343,14 +343,19 @@ export default {
list:[],
}
this.dataList.push(obj)
x.list.forEach((j,ji)=>{
setTimeout(()=>{//20ms 是1000/25 得到的
this.dataList[y].list.push(j)
if(alllist.length== y+1 && x.list.length == ji+1){
loading.close();
}
},ji*50)
})
let timeout = x.list.length
console.log('tag', timeout)
setTimeout(() => {
x.list.forEach((j,ji)=>{
setTimeout(()=>{//20ms 是1000/25 得到的
this.dataList[y].list.push(j)
if(alllist.length== y+1 && x.list.length == ji+1){
loading.close();
}
},ji*50)
})
}, timeout*50);
})
......@@ -504,8 +509,8 @@ export default {
}else{
}
}
LODOP.PRINT()
// LODOP.PREVIEW()//预览打印
// LODOP.PRINT()
LODOP.PREVIEW()//预览打印
}
// else{
......
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