|
|
@ -351,8 +351,6 @@ export default { |
|
|
|
const selectedKey = this.$refs.smartTree.getCurrentNode() |
|
|
|
const selectedParentVal = this.$refs.smartTree.getNode(selectedKey).parent.data.dicCode |
|
|
|
this.treeCurrentNode = ele.$el |
|
|
|
if (ele.$el.classList.contains('is-current')) { |
|
|
|
this.treeCurrentNode.classList.remove('is-current') |
|
|
|
this.smartQuery = { |
|
|
|
'archiveYear': null, |
|
|
|
'department': null, |
|
|
@ -360,6 +358,8 @@ export default { |
|
|
|
'securityClass': null, |
|
|
|
'organizationMatter': null |
|
|
|
} |
|
|
|
if (ele.$el.classList.contains('is-current')) { |
|
|
|
this.treeCurrentNode.classList.remove('is-current') |
|
|
|
} else { |
|
|
|
this.treeCurrentNode.classList.add('is-current') |
|
|
|
switch (selectedParentVal) { |
|
|
|