|
@ -225,6 +225,7 @@ export default { |
|
|
// 选中节点的门类详情 |
|
|
// 选中节点的门类详情 |
|
|
this.handleNodeClick(selectedKey) |
|
|
this.handleNodeClick(selectedKey) |
|
|
localStorage.removeItem('noClick') |
|
|
localStorage.removeItem('noClick') |
|
|
|
|
|
console.log('noClick2', localStorage.getItem('noClick')) |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
this.getIntellClassify() |
|
|
this.getIntellClassify() |
|
@ -246,6 +247,7 @@ export default { |
|
|
} else { |
|
|
} else { |
|
|
localStorage.setItem('noClick', true) |
|
|
localStorage.setItem('noClick', true) |
|
|
} |
|
|
} |
|
|
|
|
|
console.log('noClick', localStorage.getItem('noClick')) |
|
|
// 初始化智能分类的操作 |
|
|
// 初始化智能分类的操作 |
|
|
if (this.$refs.smartTree) { |
|
|
if (this.$refs.smartTree) { |
|
|
this.treeCurrentNode = null |
|
|
this.treeCurrentNode = null |
|
@ -450,8 +452,8 @@ export default { |
|
|
if (this.$refs.anjuan) { |
|
|
if (this.$refs.anjuan) { |
|
|
if (localStorage.getItem('noClick')) { |
|
|
if (localStorage.getItem('noClick')) { |
|
|
this.$refs.anjuan.$refs.table.clearSelection() |
|
|
this.$refs.anjuan.$refs.table.clearSelection() |
|
|
|
|
|
this.clearAnjuan() |
|
|
} |
|
|
} |
|
|
this.clearAnjuan() |
|
|
|
|
|
} |
|
|
} |
|
|
if (this.$refs.file) { |
|
|
if (this.$refs.file) { |
|
|
if (localStorage.getItem('noClick')) { |
|
|
if (localStorage.getItem('noClick')) { |
|
@ -499,9 +501,8 @@ export default { |
|
|
if (this.$refs.anjuan) { |
|
|
if (this.$refs.anjuan) { |
|
|
if (localStorage.getItem('noClick')) { |
|
|
if (localStorage.getItem('noClick')) { |
|
|
this.$refs.anjuan.$refs.table.clearSelection() |
|
|
this.$refs.anjuan.$refs.table.clearSelection() |
|
|
|
|
|
this.clearAnjuan() |
|
|
} |
|
|
} |
|
|
this.$refs.anjuan.anjuanData = [] |
|
|
|
|
|
this.$refs.anjuan.anjuanTableHeight = '' |
|
|
|
|
|
} |
|
|
} |
|
|
if (this.$refs.file) { |
|
|
if (this.$refs.file) { |
|
|
if (localStorage.getItem('noClick')) { |
|
|
if (localStorage.getItem('noClick')) { |
|
|