|
|
@@ -1100,7 +1100,6 @@ let zTreeOprObj = {
|
|
|
params.engineerId = topPNode.engineerId;
|
|
|
params.userId = topPNode.userId;
|
|
|
params.subNode = rawNode;
|
|
|
- debugger;
|
|
|
CommonAjax.postEx(
|
|
|
"report_tpl_api/createDftRptTpl",
|
|
|
params,
|
|
|
@@ -1351,6 +1350,8 @@ let zTreeOprObj = {
|
|
|
else if (contrastType === "quantities")
|
|
|
$("#element_contrastType_select")[0].selectedIndex = 3;
|
|
|
else $("#element_contrastType_select")[0].selectedIndex = 0;
|
|
|
+ } else {
|
|
|
+ $("#element_contrastType_select")[0].selectedIndex = 0;
|
|
|
}
|
|
|
if (me.currentNode.flags.hasOwnProperty("existLevel")) {
|
|
|
let existLevel = me.currentNode.flags["existLevel"];
|
|
|
@@ -1397,6 +1398,8 @@ let zTreeOprObj = {
|
|
|
} else {
|
|
|
$("#element_Flags_tplType")[0].selectedIndex = 0;
|
|
|
}
|
|
|
+ } else {
|
|
|
+ $("#element_Flags_tplType")[0].selectedIndex = 0;
|
|
|
}
|
|
|
if (me.currentNode.flags.hasOwnProperty("auditType")) {
|
|
|
let val = me.currentNode.flags["auditType"];
|