This commit is contained in:
xiao-fajia 2024-09-25 15:43:10 +08:00
commit 57780afa84

View File

@ -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: []};