Merge branch 'master' of http://122.51.230.86:3000/dianliang/lanan-system-vue
This commit is contained in:
commit
57780afa84
@ -165,7 +165,7 @@ export default {
|
|||||||
async getBaseTypeTree() {
|
async getBaseTypeTree() {
|
||||||
this.baseTypeTree = [];
|
this.baseTypeTree = [];
|
||||||
let param = {
|
let param = {
|
||||||
type:'02'
|
type:'03'
|
||||||
}
|
}
|
||||||
const res = await BaseTypeApi.getBaseTypeList(param);
|
const res = await BaseTypeApi.getBaseTypeList(param);
|
||||||
const root = {id: 0, name: '顶级配置类型', children: []};
|
const root = {id: 0, name: '顶级配置类型', children: []};
|
||||||
|
Loading…
Reference in New Issue
Block a user