Commit b3b37b9a authored by wangxl's avatar wangxl

9999

parent 7005264d
......@@ -65,7 +65,6 @@ export default {
created () {
if (!!this.projGroupSelectedRowKeys) {
this.loadTreeSelect()
this.getGroupProjectInfo()
}
},
methods: {
......@@ -99,7 +98,8 @@ export default {
this.$api.parameter.getKnowledgeInfoList1().then(({ data = {} }) => {
if (data) {
this.treeData = data
this.defaultExpandedKeys = [this.treeData[0].key]
// this.defaultExpandedKeys = [this.treeData[0].key]
this.getGroupProjectInfo()
}
}).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