Commit b3b37b9a authored by wangxl's avatar wangxl

9999

parent 7005264d
...@@ -65,7 +65,6 @@ export default { ...@@ -65,7 +65,6 @@ export default {
created () { created () {
if (!!this.projGroupSelectedRowKeys) { if (!!this.projGroupSelectedRowKeys) {
this.loadTreeSelect() this.loadTreeSelect()
this.getGroupProjectInfo()
} }
}, },
methods: { methods: {
...@@ -99,7 +98,8 @@ export default { ...@@ -99,7 +98,8 @@ export default {
this.$api.parameter.getKnowledgeInfoList1().then(({ data = {} }) => { this.$api.parameter.getKnowledgeInfoList1().then(({ data = {} }) => {
if (data) { if (data) {
this.treeData = data this.treeData = data
this.defaultExpandedKeys = [this.treeData[0].key] // this.defaultExpandedKeys = [this.treeData[0].key]
this.getGroupProjectInfo()
} }
}).catch(() => { this.loading = true }); }).catch(() => { this.loading = true });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment