企业列表地区选择器
This commit is contained in:
@ -243,7 +243,7 @@ const getTreeselect = (options) => {
|
||||
delete item.children;
|
||||
});
|
||||
menuOptions.value = [];
|
||||
const menu = { id: "", title: "主类目", children: [] };
|
||||
const menu = { id: 0, title: "主类目", children: [] };
|
||||
menu.children = arr;
|
||||
menuOptions.value.push(menu);
|
||||
};
|
||||
|
Reference in New Issue
Block a user