fix
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -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(); | ... | ... |
-
Please register or sign in to post a comment