This commit is contained in:
PQZ 2024-09-25 15:17:09 +08:00
parent 93acd9eab1
commit 7f941264f9

View File

@ -165,7 +165,7 @@ export default {
async getBaseTypeTree() {
this.baseTypeTree = [];
let param = {
type:'02'
type:'03'
}
const res = await BaseTypeApi.getBaseTypeList(param);
const root = {id: 0, name: '顶级配置类型', children: []};