Merge branch 'release-test' of http://117.78.60.236:8000/csbr-daop/fe-data-asset…
…-management into release-test
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -44,7 +44,7 @@ const CgDirTreeList = ref(); | ... | @@ -44,7 +44,7 @@ const CgDirTreeList = ref(); |
| 44 | const getCgDirTreeData = async () => { | 44 | const getCgDirTreeData = async () => { |
| 45 | treeInfo.value.loading = true; | 45 | treeInfo.value.loading = true; |
| 46 | const params = { | 46 | const params = { |
| 47 | execGuid: execGuidInfo.value.execGuid | 47 | execGuid: execGuidInfo.value?.execGuid |
| 48 | } | 48 | } |
| 49 | if (!execGuidInfo.value.execGuid) { | 49 | if (!execGuidInfo.value.execGuid) { |
| 50 | return; | 50 | return; | ... | ... |
-
Please register or sign in to post a comment