[Fix-4741][UI] Fix task instance log not change (#4744)

This commit is contained in:
Shiwen Cheng 2021-02-14 21:31:41 +08:00 committed by GitHub
parent 60016fbd66
commit a6ea04d4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>