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();
const getCgDirTreeData = async () => {
treeInfo.value.loading = true;
const params = {
execGuid: execGuidInfo.value.execGuid
execGuid: execGuidInfo.value?.execGuid
}
if (!execGuidInfo.value.execGuid) {
return;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!