fix: 跟踪任务HLR操作

This commit is contained in:
TsMask
2024-09-12 17:12:41 +08:00
parent 6d5e96421b
commit ca8605fd6e
2 changed files with 4 additions and 6 deletions

View File

@@ -348,7 +348,7 @@ function fnModalVisibleByVive(id: Record<string, any>) {
if (modalState.confirmLoading) return;
const hide = message.loading(t('common.loading'), 0);
modalState.confirmLoading = true;
fileTaskHLR({ id }).then(res => {
fileTaskHLR({ id, dir: '/usr/local/log' }).then(res => {
modalState.fileErrMsg = '';
modalState.fileList = [];
modalState.confirmLoading = false;