修改
This commit is contained in:
parent
885655f47d
commit
7f7f908bf6
@ -751,11 +751,8 @@ export default {
|
||||
});
|
||||
this.itemlist.specialDiseaseNodeList = [];
|
||||
this.lists.forEach((e) => {
|
||||
console.log(e, 'taskNodeType')
|
||||
e.list.length > 0
|
||||
? e.list.forEach((el) => {
|
||||
console.log(el, 'taskNodeType')
|
||||
|
||||
el.routeNodeDay = e.routeNodeDay;
|
||||
el.routeNodeName = e.routeNodeName;
|
||||
if (el.phoneDialMethod == 'COMMON' && el.templateId) {
|
||||
|
||||
@ -677,7 +677,7 @@ export default {
|
||||
list(this.parentDictCode).then((res) => {
|
||||
res.rows.forEach((e) => {
|
||||
this.list.forEach((el) => {
|
||||
el.routeNodeName = e.dictLabel;
|
||||
el.routeNodeName = e.dictValue;
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user