表单发布,上级增加根节点选项

hc_zhufu
刘妍 2024-05-30 10:05:42 +08:00
parent 1e20b8b872
commit 3047c1c93d
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@
// //
async function fetch() { async function fetch() {
pmoduleIds.value = await getMenuList(); pmoduleIds.value = await getMenuList();
pmoduleIds.value.unshift({ id: '0', name: '根节点' });
} }
// //