[Bug]Fixed the problem of no request from right click viewing log (#9728)
* The utils configuration files are centrally managed under common * [Bug]Fixed the problem of no request from right click viewing logdev
parent
8a8b63cd96
commit
ca98a4a144
|
|
@ -351,7 +351,7 @@ export default defineComponent({
|
|||
onEdit={editTask}
|
||||
onCopyTask={copyTask}
|
||||
onRemoveTasks={removeTasks}
|
||||
onViewLog={viewLog}
|
||||
onViewLog={handleViewLog}
|
||||
/>
|
||||
{!!props.definition && (
|
||||
<StartModal
|
||||
|
|
|
|||
Loading…
Reference in New Issue