ddeae135 by lihua

fix

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