be4fd067 by xukangle

fix

1 parent 93092941

8.96 KB | W: | H:

9.52 KB | W: | H:

src/assets/images/logo.png
src/assets/images/logo.png
src/assets/images/logo.png
src/assets/images/logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -149,8 +149,8 @@ header {
background-color: inherit;
.logo {
width: auto;
height: 30px;
width: 180px;
height: 48px;
}
span {
......@@ -278,5 +278,4 @@ header {
height: 18px;
}
}
</style>
......
......@@ -44,7 +44,10 @@ 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;
}
const res: any = await getTaskExeTreeList(params);
if (res.code == proxy.$passCode) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!