fix: 跟踪任务HLR操作
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user