mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 12:17:43 +08:00
[Fix-4741][UI] Fix task instance log not change (#4744)
This commit is contained in:
parent
60016fbd66
commit
a6ea04d4a3
@ -76,7 +76,7 @@
|
||||
:show-close="false"
|
||||
:visible.sync="logDialog"
|
||||
width="auto">
|
||||
<m-log :item="item" :source="source" :logId="logId" @ok="ok" @close="close"></m-log>
|
||||
<m-log :key="logId" :item="item" :source="source" :logId="logId" @ok="ok" @close="close"></m-log>
|
||||
</el-dialog>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user