diff --git a/src/views/govern/device/fileService/index.vue b/src/views/govern/device/fileService/index.vue index da13c1c..6aa2817 100644 --- a/src/views/govern/device/fileService/index.vue +++ b/src/views/govern/device/fileService/index.vue @@ -189,6 +189,7 @@ const handleIntoByPath = async (val: any) => { type: 'dir' } activePath.value = val.path + loading.value=true getFileServiceFileOrDir(obj).then(res => { dirList.value = res.data activePathList.value.map((item: any, index: any) => { @@ -196,6 +197,7 @@ const handleIntoByPath = async (val: any) => { activePathList.value.splice(index, 1) } }) + loading.value=false }) } diff --git a/src/views/govern/device/fileService/popup.vue b/src/views/govern/device/fileService/popup.vue index 1d2c77d..53e9691 100644 --- a/src/views/govern/device/fileService/popup.vue +++ b/src/views/govern/device/fileService/popup.vue @@ -30,6 +30,7 @@