修改bug
This commit is contained in:
parent
4a33dfef35
commit
a7bb766711
@ -135,9 +135,9 @@
|
|||||||
i].Nav_Identifying.NAME;
|
i].Nav_Identifying.NAME;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let strAllUsers = ''
|
|
||||||
if (res.Nav_Detail && res.Nav_Detail.length > 0) {
|
if (res.Nav_Detail && res.Nav_Detail.length > 0) {
|
||||||
for (let i = 0; i < res.Nav_Detail.length; i++) {
|
for (let i = 0; i < res.Nav_Detail.length; i++) {
|
||||||
|
let strAllUsers = ''
|
||||||
for (let j = 0; j < res.Nav_Detail[i].Nav_Users.length; j++) {
|
for (let j = 0; j < res.Nav_Detail[i].Nav_Users.length; j++) {
|
||||||
if (res.Nav_Detail[i].Nav_Users[j].DEAL_STATUS == 0) {
|
if (res.Nav_Detail[i].Nav_Users[j].DEAL_STATUS == 0) {
|
||||||
strAllUsers += (strAllUsers.length > 0 ? " " : "") +
|
strAllUsers += (strAllUsers.length > 0 ? " " : "") +
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user