master
luoJunYong.123 3 years ago
parent 007ae3ba14
commit 9b7efcb5af
  1. 2
      src/views/Transaction.vue

@ -679,7 +679,7 @@ export default {
getTreeData() { // getTreeData() { //
if(this.treeDataStore.length) { if(this.treeDataStore.length) {
const tmp = [...this.treeDataStore] const tmp = deepCopy(this.treeDataStore)
this.treeData = this.toTreeId(tmp, this.treeDataStore[0].parentId); this.treeData = this.toTreeId(tmp, this.treeDataStore[0].parentId);
if (this.$route.query.lcId) { if (this.$route.query.lcId) {
this.lcId = this.$route.query.lcId; this.lcId = this.$route.query.lcId;

Loading…
Cancel
Save