|
|
@ -241,11 +241,11 @@ export default defineComponent({ |
|
|
|
taskInstanceId: nodeVariables.logTaskId, |
|
|
|
taskInstanceId: nodeVariables.logTaskId, |
|
|
|
limit: nodeVariables.limit, |
|
|
|
limit: nodeVariables.limit, |
|
|
|
skipLineNum: nodeVariables.skipLineNum |
|
|
|
skipLineNum: nodeVariables.skipLineNum |
|
|
|
}).then((res: string) => { |
|
|
|
}).then((res: any) => { |
|
|
|
nodeVariables.logRef += res |
|
|
|
if (res.message) { |
|
|
|
if (res) { |
|
|
|
nodeVariables.logRef += res.message |
|
|
|
nodeVariables.limit += 1000 |
|
|
|
nodeVariables.limit += 1000 |
|
|
|
nodeVariables.skipLineNum += 1000 |
|
|
|
nodeVariables.skipLineNum += res.lineNum |
|
|
|
getLogs() |
|
|
|
getLogs() |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
nodeVariables.logLoadingRef = false |
|
|
|
nodeVariables.logLoadingRef = false |
|
|
|