Commit 846b26de authored by Mac's avatar Mac

1

parent b1adb959
......@@ -1412,6 +1412,7 @@
this.closeLayer()
},
getItemValue(obj, index) {
console.log(obj)
this.SpecialNode = obj.SpecialNode
this.addBtn = false;
this.updateItemIndex = index;
......@@ -1457,7 +1458,7 @@
this.SpecialNodeSelectType = obj.AuditType;
}
if (obj.AuditType == 5 || obj.AuditType == 6 || obj.AuditType == 7 || obj.AuditType == 8 || obj.AuditType ==
9 || obj.AuditType == 10 || obj.AuditType == 11) {
9 || obj.AuditType == 10 || obj.AuditType == 11|| obj.AuditType == 12) {
this.AuditWay = obj.AuditWay;
this.WindowID = obj.RoleOrInitiator;
this.SpecialNodeSelectType = obj.AuditType;
......@@ -1580,7 +1581,7 @@
}
this.myAuditList.push(AuditList);
}
if (type == 4) { //空节点
if (type == 4 || type == 12) { //空节点
AuditList.AuditType = type;
AuditList.AuditWay = this.AuditWay;
AuditList.Sort = this.myAuditList.length + 1;
......
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