diff --git a/src/views/Transaction.vue b/src/views/Transaction.vue index 33f652a..095beda 100644 --- a/src/views/Transaction.vue +++ b/src/views/Transaction.vue @@ -679,7 +679,7 @@ export default { getTreeData() { // 获取树结构数据 if(this.treeDataStore.length) { - const tmp = [...this.treeDataStore] + const tmp = deepCopy(this.treeDataStore) this.treeData = this.toTreeId(tmp, this.treeDataStore[0].parentId); if (this.$route.query.lcId) { this.lcId = this.$route.query.lcId;