diff --git a/ui/src/views/system-resource-management/ApplicationResourceIndex.vue b/ui/src/views/system-resource-management/ApplicationResourceIndex.vue index 8fcfb1efe..33eb423f6 100644 --- a/ui/src/views/system-resource-management/ApplicationResourceIndex.vue +++ b/ui/src/views/system-resource-management/ApplicationResourceIndex.vue @@ -57,7 +57,7 @@ style="background: none" class="mr-8" > - + @@ -232,7 +232,7 @@ import {onMounted, ref, reactive, computed} from 'vue' import ApplicationResourceApi from '@/api/system-resource-management/application' import {t} from '@/locales' -import {isAppIcon} from '@/utils/common' +import {isAppIcon, resetUrl} from '@/utils/common' import useStore from '@/stores' import {datetimeFormat} from '@/utils/time' import {loadPermissionApi} from "@/utils/dynamics-api/permission-api.ts";