1d8d7b9d by xukangle

Merge branch 'release-test' of http://117.78.60.236:8000/csbr-daop/fe-data-asset…

…-management into release-test
2 parents 23f13267 fa1b17b3
...@@ -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;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!