作者 朱振飞

保单提交修改

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