编辑时可能也在查看进度
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -1656,8 +1656,7 @@ onBeforeMount(() => { | ... | @@ -1656,8 +1656,7 @@ onBeforeMount(() => { |
| 1656 | } | 1656 | } |
| 1657 | }); | 1657 | }); |
| 1658 | } else if (dataSource == 3) { | 1658 | } else if (dataSource == 3) { |
| 1659 | getDicomMetaData(taskGuid.value); | 1659 | processFolderRefresh(); |
| 1660 | await getDicomStatisticsData(taskGuid.value); | ||
| 1661 | } | 1660 | } |
| 1662 | fullscreenLoading.value = false; | 1661 | fullscreenLoading.value = false; |
| 1663 | } catch (error) { | 1662 | } catch (error) { | ... | ... |
-
Please register or sign in to post a comment