ddeae135 by lihua

fix

1 parent 519ef289
......@@ -149,6 +149,10 @@ onMounted(async () => {
if (!execGuidInfo.value?.execGuid) {
return;
}
await getCgDirFieldPage({
execGuid: execGuidInfo.value?.execGuid,
classifyDetail: classifyDetailGuidInfo.value
});
await getCgDirTreeData();
// getDictionaryList();
getSearchTableList();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!