|
@@ -590,11 +590,11 @@ let sectionTreeObj = {
|
|
explanatoryOprObj.clickUpdate($('#explanationShow'), $('#ruleTextShow'));
|
|
explanatoryOprObj.clickUpdate($('#explanationShow'), $('#ruleTextShow'));
|
|
explanatoryOprObj.showText($('#explanationShow'), $('#ruleTextShow'), node.data.explanation, node.data.ruleText);
|
|
explanatoryOprObj.showText($('#explanationShow'), $('#ruleTextShow'), node.data.explanation, node.data.ruleText);
|
|
//job
|
|
//job
|
|
- jobContentOprObj.currentSituation = typeof node.data.jobContentSituation !== 'undefined'? node.data.jobContentSituation : jobContentOprObj.situations.NONE;
|
|
|
|
|
|
+ jobContentOprObj.currentSituation = typeof node.data.jobContentSituation !== 'undefined'? node.data.jobContentSituation : jobContentOprObj.situations.ALL;
|
|
jobContentOprObj.setAttribute(jobContentOprObj.currentTreeNode ? jobContentOprObj.currentTreeNode : node, node);
|
|
jobContentOprObj.setAttribute(jobContentOprObj.currentTreeNode ? jobContentOprObj.currentTreeNode : node, node);
|
|
jobContentOprObj.clickUpdate($('#txtareaAll'));
|
|
jobContentOprObj.clickUpdate($('#txtareaAll'));
|
|
//fz
|
|
//fz
|
|
- annotationOprObj.currentSituation = typeof node.data.annotationSituation !== 'undefined'? node.data.annotationSituation : annotationOprObj.situations.NONE;
|
|
|
|
|
|
+ annotationOprObj.currentSituation = typeof node.data.annotationSituation !== 'undefined'? node.data.annotationSituation : annotationOprObj.situations.ALL;
|
|
annotationOprObj.clickUpdate($('#fzTxtareaAll'));
|
|
annotationOprObj.clickUpdate($('#fzTxtareaAll'));
|
|
}
|
|
}
|
|
},
|
|
},
|