...
|
...
|
@@ -181,7 +181,7 @@ Page({ |
|
|
tempProjectlist[i].choose_status = true
|
|
|
for (let g in tempProjectlist[i].title) {
|
|
|
console.log(tempProjectlist[i].title[g])
|
|
|
tempProjectlist[i].title[g].t_id == tempMain_list[j].t_id ? tempProjectlist[i].title[g].label_state = true : ''
|
|
|
tempProjectlist[i].title[g].t_id == tempRist[j].t_id ? tempProjectlist[i].title[g].label_state = true : ''
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|