|
@ -483,7 +483,6 @@ export default { |
|
|
} |
|
|
} |
|
|
setTimeout(() => { |
|
|
setTimeout(() => { |
|
|
this.$refs.project.getTableList() |
|
|
this.$refs.project.getTableList() |
|
|
|
|
|
|
|
|
if (this.$refs.project.$refs.table.selection.length !== 0) { |
|
|
if (this.$refs.project.$refs.table.selection.length !== 0) { |
|
|
this.$refs.project.selections = this.$refs.project.$refs.table.selection |
|
|
this.$refs.project.selections = this.$refs.project.$refs.table.selection |
|
|
this.$refs.anjuan.getTableList() |
|
|
this.$refs.anjuan.getTableList() |
|
@ -491,7 +490,6 @@ export default { |
|
|
} else { |
|
|
} else { |
|
|
this.$refs.anjuan.$refs.table.clearSelection() |
|
|
this.$refs.anjuan.$refs.table.clearSelection() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (this.$refs.anjuan.$refs.table.selection.length !== 0) { |
|
|
if (this.$refs.anjuan.$refs.table.selection.length !== 0) { |
|
|
this.$refs.anjuan.selections = this.$refs.anjuan.$refs.table.selection |
|
|
this.$refs.anjuan.selections = this.$refs.anjuan.$refs.table.selection |
|
|
this.$refs.file.getTableList() |
|
|
this.$refs.file.getTableList() |
|
@ -505,7 +503,7 @@ export default { |
|
|
this.$refs.file.junneiData = [] |
|
|
this.$refs.file.junneiData = [] |
|
|
this.$refs.file.juanneiTableHeight = '' |
|
|
this.$refs.file.juanneiTableHeight = '' |
|
|
} |
|
|
} |
|
|
}, 200) |
|
|
|
|
|
|
|
|
}, 500) |
|
|
if (!this.treeCurrentNode) { |
|
|
if (!this.treeCurrentNode) { |
|
|
this.getYear('project') |
|
|
this.getYear('project') |
|
|
} |
|
|
} |
|
@ -543,7 +541,7 @@ export default { |
|
|
this.$refs.file.junneiData = [] |
|
|
this.$refs.file.junneiData = [] |
|
|
this.$refs.file.juanneiTableHeight = '' |
|
|
this.$refs.file.juanneiTableHeight = '' |
|
|
} |
|
|
} |
|
|
}, 200) |
|
|
|
|
|
|
|
|
}, 500) |
|
|
if (!this.treeCurrentNode) { |
|
|
if (!this.treeCurrentNode) { |
|
|
this.getYear('anjuan') |
|
|
this.getYear('anjuan') |
|
|
} |
|
|
} |
|
@ -557,7 +555,7 @@ export default { |
|
|
this.$refs.file.getTableDisplayFields(2) |
|
|
this.$refs.file.getTableDisplayFields(2) |
|
|
setTimeout(() => { |
|
|
setTimeout(() => { |
|
|
this.$refs.file.getTableList() |
|
|
this.$refs.file.getTableList() |
|
|
}, 200) |
|
|
|
|
|
|
|
|
}, 500) |
|
|
if (!this.treeCurrentNode) { |
|
|
if (!this.treeCurrentNode) { |
|
|
this.getYear('file') |
|
|
this.getYear('file') |
|
|
} |
|
|
} |
|
@ -572,7 +570,7 @@ export default { |
|
|
setTimeout(() => { |
|
|
setTimeout(() => { |
|
|
this.$refs.anjuan.getTableList() |
|
|
this.$refs.anjuan.getTableList() |
|
|
this.$refs.anjuan.selections = this.$refs.anjuan.$refs.table.selection |
|
|
this.$refs.anjuan.selections = this.$refs.anjuan.$refs.table.selection |
|
|
}, 200) |
|
|
|
|
|
|
|
|
}, 500) |
|
|
if (!this.treeCurrentNode) { |
|
|
if (!this.treeCurrentNode) { |
|
|
this.getYear('anjuan') |
|
|
this.getYear('anjuan') |
|
|
} |
|
|
} |
|
|