Commit 0d0cc875 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent ce215264
...@@ -38,6 +38,8 @@ function initData(data, config, name) { ...@@ -38,6 +38,8 @@ function initData(data, config, name) {
let arr = [] let arr = []
if (t.includes('Open_Time')) { if (t.includes('Open_Time')) {
for (let i = 0; i < data.length; i++) { for (let i = 0; i < data.length; i++) {
if (data.length -1 ===i)
continue
// console.log(data[i]) // console.log(data[i])
if (data[i].dAgeHiPrfInPrPc_RunUpPc === '') if (data[i].dAgeHiPrfInPrPc_RunUpPc === '')
continue continue
......
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