|
|
@ -70,11 +70,11 @@ export default { |
|
|
this.loading = true |
|
|
this.loading = true |
|
|
getfondMenu().then(res => { |
|
|
getfondMenu().then(res => { |
|
|
this.categroyTree = this.filterData(this.transformData(res)) |
|
|
this.categroyTree = this.filterData(this.transformData(res)) |
|
|
console.log('this.categroyTree', this.categroyTree) |
|
|
|
|
|
console.log('this.user', this.user.fonds.id) |
|
|
|
|
|
|
|
|
// console.log('this.categroyTree', this.categroyTree) |
|
|
|
|
|
// console.log('this.user', this.user.fonds.id) |
|
|
|
|
|
|
|
|
// 筛选出匹配的 fondsId 项 |
|
|
// 筛选出匹配的 fondsId 项 |
|
|
console.log('this.isMoveFile', this.isMoveFile) |
|
|
|
|
|
|
|
|
// console.log('this.isMoveFile', this.isMoveFile) |
|
|
if (this.isMoveFile === 'true') { |
|
|
if (this.isMoveFile === 'true') { |
|
|
const targetFondsId = this.user.fonds.id |
|
|
const targetFondsId = this.user.fonds.id |
|
|
this.categroyTree = this.categroyTree.filter(item => { |
|
|
this.categroyTree = this.categroyTree.filter(item => { |
|
|
@ -127,7 +127,7 @@ export default { |
|
|
if (currentKey && currentKey.id) { |
|
|
if (currentKey && currentKey.id) { |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
// 选中节点的门类详情 |
|
|
// 选中节点的门类详情 |
|
|
console.log('444') |
|
|
|
|
|
|
|
|
// console.log('444') |
|
|
this.handleNodeClick(currentKey) |
|
|
this.handleNodeClick(currentKey) |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|