Commit d5d5537d authored by 徐俊's avatar 徐俊

xujun

parent 4825aa4b
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
}, },
methods: { methods: {
loadTreeSelect () { loadTreeSelect () {
this.$api.parameter.getTreeListByType({ typeId: 41 }).then(({ data = {} }) => { this.$api.parameter.getTreeListByType({ typeId: 56 }).then(({ data = {} }) => {
if (data) { if (data) {
this.treeData = data this.treeData = data
this.defaultExpandedKeys = [this.treeData[0].key] this.defaultExpandedKeys = [this.treeData[0].key]
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
}).catch(() => { this.loading = true }); }).catch(() => { this.loading = true });
}, },
loadExpertList () { loadExpertList () {
this.$api.parameter.getTreeListByType({ typeId: 41 }).then(({ data = {} }) => { this.$api.parameter.getTreeListByType({ typeId: 56 }).then(({ data = {} }) => {
if (data) { if (data) {
this.treeData = data this.treeData = data
this.defaultExpandedKeys = [this.treeData[0].key] this.defaultExpandedKeys = [this.treeData[0].key]
......
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